Html Css Color HEX #B324CE Dark Orchid

📋 copy color: '#B324CE'

red 179 ◦ green 36 ◦ blue 206

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

Shades of Dark Orchid #B324CE

Tints of Dark Orchid #B324CE

RGB

 RED value IS 179 (70.31% from 255) = 42.52%

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

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

R = 42.52%
G = 8.55%
B = 48.93%

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

#B324CE (or 0xB324CE) is known color: Dark Orchid. HEX triplet: B3, 24 and CE. RGB value is (179,36,206). Sum of RGB (Red+Green+Blue) = 179+36+206=421 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.52% from 421); Green value is 36 (14.45% from 255 or 8.55% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #B324CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B324CE is #4CDB31. Grayscale: #616161. Windows color (decimal): -5036850 or 13509811. OLE color: 13509811.

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

Color convert

RGB 179 36 206 -
CMYK 0.13 0.83 0 0.19
HSL 290.47º 0.7% 0.47% -
HSV(B) 290.47º 0.83% 0.81% -
XYZ 30.36 15.3 59.75 -
YUV 98.14 188.88 185.68 -
System Red Green Blue C M Y K H S L
Decimal 179 36 206 0.13 0.83 0 0.19 290.47 0.7 0.47
Hex B3 24 CE D 53 0 13 122 46 2F
Octal 263 44 316 15 123 0 23 442 106 57
Binary 10110011 100100 11001110 1101 1010011 0 10011 100100010 1000110 101111

Color Harmonies of #B324CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B324CE

Black with #B324CE

Text Example


Text Example

White with #B324CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B324CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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