Html Css Color HEX #B331DC Dark Orchid

📋 copy color: '#B331DC'

red 179 ◦ green 49 ◦ blue 220

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

Shades of Dark Orchid #B331DC

Tints of Dark Orchid #B331DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.11%

R = 39.96%
G = 10.94%
B = 49.11%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B331DC (or 0xB331DC) is known color: Dark Orchid. HEX triplet: B3, 31 and DC. RGB value is (179,49,220). Sum of RGB (Red+Green+Blue) = 179+49+220=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 49 (19.53% from 255 or 10.94% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #B331DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B331DC is #4CCE23. Grayscale: #6A6A6A. Windows color (decimal): -5033508 or 14430643. OLE color: 14430643.

HSL color Cylindrical-coordinate representation of color #B331DC: hue angle of 285.61º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B331DC is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 49 220 -
CMYK 0.19 0.78 0 0.14
HSL 285.61º 0.71% 0.53% -
HSV(B) 285.61º 0.78% 0.86% -
XYZ 32.61 16.95 69.26 -
YUV 107.36 191.57 179.1 -
System Red Green Blue C M Y K H S L
Decimal 179 49 220 0.19 0.78 0 0.14 285.61 0.71 0.53
Hex B3 31 DC 13 4E 0 E 11E 47 35
Octal 263 61 334 23 116 0 16 436 107 65
Binary 10110011 110001 11011100 10011 1001110 0 1110 100011110 1000111 110101

Color Harmonies of #B331DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B331DC

Black with #B331DC

Text Example


Text Example

White with #B331DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B331DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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