Html Css Color HEX #B326CB Dark Orchid

📋 copy color: '#B326CB'

red 179 ◦ green 38 ◦ blue 203

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

Shades of Dark Orchid #B326CB

Tints of Dark Orchid #B326CB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.05%

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

R = 42.62%
G = 9.05%
B = 48.33%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B326CB (or 0xB326CB) is known color: Dark Orchid. HEX triplet: B3, 26 and CB. RGB value is (179,38,203). Sum of RGB (Red+Green+Blue) = 179+38+203=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 38 (15.23% from 255 or 9.05% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #B326CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B326CB is #4CD934. Grayscale: #626262. Windows color (decimal): -5036341 or 13313715. OLE color: 13313715.

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

Color convert

RGB 179 38 203 -
CMYK 0.12 0.81 0 0.20
HSL 291.27º 0.68% 0.47% -
HSV(B) 291.27º 0.81% 0.8% -
XYZ 30.06 15.28 57.87 -
YUV 98.97 186.71 185.08 -
System Red Green Blue C M Y K H S L
Decimal 179 38 203 0.12 0.81 0 0.20 291.27 0.68 0.47
Hex B3 26 CB C 51 0 14 123 44 2F
Octal 263 46 313 14 121 0 24 443 104 57
Binary 10110011 100110 11001011 1100 1010001 0 10100 100100011 1000100 101111

Color Harmonies of #B326CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B326CB

Black with #B326CB

Text Example


Text Example

White with #B326CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B326CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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