Html Css Color HEX #B531DC Dark Orchid

📋 copy color: '#B531DC'

red 181 ◦ green 49 ◦ blue 220

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

Shades of Dark Orchid #B531DC

Tints of Dark Orchid #B531DC

RGB

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

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

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

R = 40.22%
G = 10.89%
B = 48.89%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B531DC (or 0xB531DC) is known color: Dark Orchid. HEX triplet: B5, 31 and DC. RGB value is (181,49,220). Sum of RGB (Red+Green+Blue) = 181+49+220=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 49 (19.53% from 255 or 10.89% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #B531DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B531DC is #4ACE23. Grayscale: #6B6B6B. Windows color (decimal): -4902436 or 14430645. OLE color: 14430645.

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

Color convert

RGB 181 49 220 -
CMYK 0.18 0.78 0 0.14
HSL 286.32º 0.71% 0.53% -
HSV(B) 286.32º 0.78% 0.86% -
XYZ 33.07 17.19 69.28 -
YUV 107.96 191.23 180.1 -
System Red Green Blue C M Y K H S L
Decimal 181 49 220 0.18 0.78 0 0.14 286.32 0.71 0.53
Hex B5 31 DC 12 4E 0 E 11E 47 35
Octal 265 61 334 22 116 0 16 436 107 65
Binary 10110101 110001 11011100 10010 1001110 0 1110 100011110 1000111 110101

Color Harmonies of #B531DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B531DC

Black with #B531DC

Text Example


Text Example

White with #B531DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B531DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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