#B628CF

Color #B628CF Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #B628CF

Tints of Dark Orchid #B628CF

Color information

#B628CF (or 0xB628CF) is unknown color: approx Dark Orchid. HEX triplet: B6, 28 and CF. RGB value is (182,40,207). Sum of RGB (Red+Green+Blue) = 182+40+207=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 40 (16.02% from 255 or 9.32% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #B628CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B628CF is #49D730. Grayscale: #646464. Windows color (decimal): -4839217 or 13576374. OLE color: 13576374.

HSL color Cylindrical-coordinate representation of color #B628CF: hue angle of 291.02º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B628CF is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18240207-
CMYK0.120.8100.19
HSL291.02º67.61%48.43%-
HSV(B)291.02º80.68%81.18%-
XYZ31.3115.9760.46-
YUV101.5187.54185.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 42.42%
GREEN value IS 40 (16.02% from 255) = 9.32%
BLUE value IS 207 (81.25% from 255) = 48.25%
R=42.42%
G=9.32%
B=48.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal182402070.120.8100.19291.0267.6148.43
HexB628CFC510131234430
Octal266503171412102344310460
Binary1011011010100011001111110010100010100111001000111000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B628CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B628CF; }

 p { color: rgb(182,40,207); }

 H1.HeaderClassName
 {
   color: #B628CF;
 }
 .AnyTagClassName
 {
   color: #B628CF;
 }
</style>
background-color css

<style>
 a { background-color: #B628CF; }

 a { background-color: rgb(182,40,207); }

 div.DivClassName
 {
   background-color: #B628CF;
 }
 .BgClassName
 {
   background-color: #B628CF;
 }
</style>
border-color css

<style>
 span { border-color: #B628CF; }

 span { border-color: rgb(182,40,207); }

 td.TdClassName
 {
   border-color: #B628CF;
 }
 .TagClassName
 {
   border-color: #B628CF;
 }
</style>