Html Css Color HEX #B531DD Dark Orchid

📋 copy color: '#B531DD'

red 181 ◦ green 49 ◦ blue 221

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

Shades of Dark Orchid #B531DD

Tints of Dark Orchid #B531DD

RGB

 RED value IS 181 (71.09% from 255) = 40.13%

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

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

R = 40.13%
G = 10.86%
B = 49%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B531DD (or 0xB531DD) is known color: Dark Orchid. HEX triplet: B5, 31 and DD. RGB value is (181,49,221). Sum of RGB (Red+Green+Blue) = 181+49+221=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 49 (19.53% from 255 or 10.86% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #B531DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B531DD is #4ACE22. Grayscale: #6B6B6B. Windows color (decimal): -4902435 or 14496181. OLE color: 14496181.

HSL color Cylindrical-coordinate representation of color #B531DD: hue angle of 286.05º 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 #B531DD is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 49 221 -
CMYK 0.18 0.78 0 0.13
HSL 286.05º 0.72% 0.53% -
HSV(B) 286.05º 0.78% 0.87% -
XYZ 33.21 17.24 69.98 -
YUV 108.08 191.73 180.01 -
System Red Green Blue C M Y K H S L
Decimal 181 49 221 0.18 0.78 0 0.13 286.05 0.72 0.53
Hex B5 31 DD 12 4E 0 D 11E 48 35
Octal 265 61 335 22 116 0 15 436 110 65
Binary 10110101 110001 11011101 10010 1001110 0 1101 100011110 1001000 110101

Color Harmonies of #B531DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B531DD

Black with #B531DD

Text Example


Text Example

White with #B531DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B531DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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