Html Css Color HEX #B331CC Dark Orchid

📋 copy color: '#B331CC'

red 179 ◦ green 49 ◦ blue 204

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

Shades of Dark Orchid #B331CC

Tints of Dark Orchid #B331CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.22%

R = 41.44%
G = 11.34%
B = 47.22%

CMYK

 C value IS 0.12

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B331CC (or 0xB331CC) is known color: Dark Orchid. HEX triplet: B3, 31 and CC. RGB value is (179,49,204). Sum of RGB (Red+Green+Blue) = 179+49+204=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 49 (19.53% from 255 or 11.34% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #B331CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B331CC is #4CCE33. Grayscale: #696969. Windows color (decimal): -5033524 or 13382067. OLE color: 13382067.

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

Color convert

RGB 179 49 204 -
CMYK 0.12 0.76 0 0.2
HSL 290.32º 0.61% 0.5% -
HSV(B) 290.32º 0.76% 0.8% -
XYZ 30.59 16.14 58.63 -
YUV 105.54 183.57 180.4 -
System Red Green Blue C M Y K H S L
Decimal 179 49 204 0.12 0.76 0 0.2 290.32 0.61 0.5
Hex B3 31 CC C 4C 0 14 122 3D 32
Octal 263 61 314 14 114 0 24 442 75 62
Binary 10110011 110001 11001100 1100 1001100 0 10100 100100010 111101 110010

Color Harmonies of #B331CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B331CC

Black with #B331CC

Text Example


Text Example

White with #B331CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B331CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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