Html Css Color HEX #B424CE Dark Orchid

📋 copy color: '#B424CE'

red 180 ◦ green 36 ◦ blue 206

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

Shades of Dark Orchid #B424CE

Tints of Dark Orchid #B424CE

RGB

 RED value IS 180 (70.7% from 255) = 42.65%

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

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

R = 42.65%
G = 8.53%
B = 48.82%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B424CE (or 0xB424CE) is known color: Dark Orchid. HEX triplet: B4, 24 and CE. RGB value is (180,36,206). Sum of RGB (Red+Green+Blue) = 180+36+206=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 36 (14.45% from 255 or 8.53% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #B424CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B424CE is #4BDB31. Grayscale: #616161. Windows color (decimal): -4971314 or 13509812. OLE color: 13509812.

HSL color Cylindrical-coordinate representation of color #B424CE: hue angle of 290.82º 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 #B424CE is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 36 206 -
CMYK 0.13 0.83 0 0.19
HSL 290.82º 0.7% 0.47% -
HSV(B) 290.82º 0.83% 0.81% -
XYZ 30.59 15.42 59.76 -
YUV 98.44 188.71 186.18 -
System Red Green Blue C M Y K H S L
Decimal 180 36 206 0.13 0.83 0 0.19 290.82 0.7 0.47
Hex B4 24 CE D 53 0 13 123 46 2F
Octal 264 44 316 15 123 0 23 443 106 57
Binary 10110100 100100 11001110 1101 1010011 0 10011 100100011 1000110 101111

Color Harmonies of #B424CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B424CE

Black with #B424CE

Text Example


Text Example

White with #B424CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B424CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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