Html Css Color HEX #B324CB Dark Orchid

📋 copy color: '#B324CB'

red 179 ◦ green 36 ◦ blue 203

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

Shades of Dark Orchid #B324CB

Tints of Dark Orchid #B324CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.56%

R = 42.82%
G = 8.61%
B = 48.56%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B324CB (or 0xB324CB) is known color: Dark Orchid. HEX triplet: B3, 24 and CB. RGB value is (179,36,203). Sum of RGB (Red+Green+Blue) = 179+36+203=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 36 (14.45% from 255 or 8.61% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #B324CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B324CB is #4CDB34. Grayscale: #616161. Windows color (decimal): -5036853 or 13313203. OLE color: 13313203.

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

Color convert

RGB 179 36 203 -
CMYK 0.12 0.82 0 0.20
HSL 291.38º 0.7% 0.47% -
HSV(B) 291.38º 0.82% 0.8% -
XYZ 30 15.16 57.84 -
YUV 97.8 187.38 185.92 -
System Red Green Blue C M Y K H S L
Decimal 179 36 203 0.12 0.82 0 0.20 291.38 0.7 0.47
Hex B3 24 CB C 52 0 14 123 46 2F
Octal 263 44 313 14 122 0 24 443 106 57
Binary 10110011 100100 11001011 1100 1010010 0 10100 100100011 1000110 101111

Color Harmonies of #B324CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B324CB

Black with #B324CB

Text Example


Text Example

White with #B324CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B324CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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