Html Css Color HEX #B323CB Dark Orchid

📋 copy color: '#B323CB'

red 179 ◦ green 35 ◦ blue 203

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

Shades of Dark Orchid #B323CB

Tints of Dark Orchid #B323CB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.39%

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

R = 42.93%
G = 8.39%
B = 48.68%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B323CB (or 0xB323CB) is known color: Dark Orchid. HEX triplet: B3, 23 and CB. RGB value is (179,35,203). Sum of RGB (Red+Green+Blue) = 179+35+203=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 35 (14.06% from 255 or 8.39% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #B323CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B323CB is #4CDC34. Grayscale: #606060. Windows color (decimal): -5037109 or 13312947. OLE color: 13312947.

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

Color convert

RGB 179 35 203 -
CMYK 0.12 0.83 0 0.20
HSL 291.43º 0.71% 0.47% -
HSV(B) 291.43º 0.83% 0.8% -
XYZ 29.97 15.1 57.83 -
YUV 97.21 187.71 186.34 -
System Red Green Blue C M Y K H S L
Decimal 179 35 203 0.12 0.83 0 0.20 291.43 0.71 0.47
Hex B3 23 CB C 53 0 14 123 47 2F
Octal 263 43 313 14 123 0 24 443 107 57
Binary 10110011 100011 11001011 1100 1010011 0 10100 100100011 1000111 101111

Color Harmonies of #B323CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B323CB

Black with #B323CB

Text Example


Text Example

White with #B323CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B323CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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