Html Css Color HEX #B331DD Dark Orchid

📋 copy color: '#B331DD'

red 179 ◦ green 49 ◦ blue 221

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

Shades of Dark Orchid #B331DD

Tints of Dark Orchid #B331DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.22%

R = 39.87%
G = 10.91%
B = 49.22%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B331DD (or 0xB331DD) is known color: Dark Orchid. HEX triplet: B3, 31 and DD. RGB value is (179,49,221). Sum of RGB (Red+Green+Blue) = 179+49+221=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 49 (19.53% from 255 or 10.91% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #B331DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B331DD is #4CCE22. Grayscale: #6A6A6A. Windows color (decimal): -5033507 or 14496179. OLE color: 14496179.

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

Color convert

RGB 179 49 221 -
CMYK 0.19 0.78 0 0.13
HSL 285.35º 0.72% 0.53% -
HSV(B) 285.35º 0.78% 0.87% -
XYZ 32.74 17 69.96 -
YUV 107.48 192.07 179.01 -
System Red Green Blue C M Y K H S L
Decimal 179 49 221 0.19 0.78 0 0.13 285.35 0.72 0.53
Hex B3 31 DD 13 4E 0 D 11D 48 35
Octal 263 61 335 23 116 0 15 435 110 65
Binary 10110011 110001 11011101 10011 1001110 0 1101 100011101 1001000 110101

Color Harmonies of #B331DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B331DD

Black with #B331DD

Text Example


Text Example

White with #B331DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B331DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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