Html Css Color HEX #B331CB Dark Orchid

📋 copy color: '#B331CB'

red 179 ◦ green 49 ◦ blue 203

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

Shades of Dark Orchid #B331CB

Tints of Dark Orchid #B331CB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.37%

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

R = 41.53%
G = 11.37%
B = 47.1%

CMYK

 C value IS 0.12

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B331CB (or 0xB331CB) is known color: Dark Orchid. HEX triplet: B3, 31 and CB. RGB value is (179,49,203). Sum of RGB (Red+Green+Blue) = 179+49+203=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 49 (19.53% from 255 or 11.37% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #B331CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B331CB is #4CCE34. Grayscale: #686868. Windows color (decimal): -5033525 or 13316531. OLE color: 13316531.

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

Color convert

RGB 179 49 203 -
CMYK 0.12 0.76 0 0.20
HSL 290.65º 0.61% 0.49% -
HSV(B) 290.65º 0.76% 0.8% -
XYZ 30.47 16.09 58 -
YUV 105.43 183.07 180.48 -
System Red Green Blue C M Y K H S L
Decimal 179 49 203 0.12 0.76 0 0.20 290.65 0.61 0.49
Hex B3 31 CB C 4C 0 14 123 3D 31
Octal 263 61 313 14 114 0 24 443 75 61
Binary 10110011 110001 11001011 1100 1001100 0 10100 100100011 111101 110001

Color Harmonies of #B331CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B331CB

Black with #B331CB

Text Example


Text Example

White with #B331CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B331CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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