Html Css Color HEX #B624CE Dark Orchid

📋 copy color: '#B624CE'

red 182 ◦ green 36 ◦ blue 206

#B624CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B624CE

Tints of Dark Orchid #B624CE

RGB

 RED value IS 182 (71.48% from 255) = 42.92%

 GREEN value IS 36 (14.45% from 255) = 8.49%

 BLUE value IS 206 (80.86% from 255) = 48.58%

R = 42.92%
G = 8.49%
B = 48.58%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B624CE (or 0xB624CE) is known color: Dark Orchid. HEX triplet: B6, 24 and CE. RGB value is (182,36,206). Sum of RGB (Red+Green+Blue) = 182+36+206=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 36 (14.45% from 255 or 8.49% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #B624CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B624CE is #49DB31. Grayscale: #626262. Windows color (decimal): -4840242 or 13509814. OLE color: 13509814.

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

Color convert

RGB 182 36 206 -
CMYK 0.12 0.83 0 0.19
HSL 291.53º 0.7% 0.47% -
HSV(B) 291.53º 0.83% 0.81% -
XYZ 31.06 15.66 59.78 -
YUV 99.03 188.37 187.18 -
System Red Green Blue C M Y K H S L
Decimal 182 36 206 0.12 0.83 0 0.19 291.53 0.7 0.47
Hex B6 24 CE C 53 0 13 124 46 2F
Octal 266 44 316 14 123 0 23 444 106 57
Binary 10110110 100100 11001110 1100 1010011 0 10011 100100100 1000110 101111

Color Harmonies of #B624CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B624CE

Black with #B624CE

Text Example


Text Example

White with #B624CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B624CE; }

 p { color: rgb(182,36,206); }

 H1.HeaderClassName
 {
   color: #B624CE;
 }
 .AnyTagClassName
 {
   color: #B624CE;
 }
</style>

background-color css

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

 a { background-color: rgb(182,36,206); }

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

border-color css

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

 span { border-color: rgb(182,36,206); }

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