Html Css Color HEX #B531DF Dark Orchid

📋 copy color: '#B531DF'

red 181 ◦ green 49 ◦ blue 223

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

Shades of Dark Orchid #B531DF

Tints of Dark Orchid #B531DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.23%

R = 39.96%
G = 10.82%
B = 49.23%

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

#B531DF (or 0xB531DF) is known color: Dark Orchid. HEX triplet: B5, 31 and DF. RGB value is (181,49,223). Sum of RGB (Red+Green+Blue) = 181+49+223=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 49 (19.53% from 255 or 10.82% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #B531DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B531DF is #4ACE20. Grayscale: #6B6B6B. Windows color (decimal): -4902433 or 14627253. OLE color: 14627253.

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

Color convert

RGB 181 49 223 -
CMYK 0.19 0.78 0 0.13
HSL 285.52º 0.73% 0.53% -
HSV(B) 285.52º 0.78% 0.87% -
XYZ 33.47 17.35 71.4 -
YUV 108.3 192.73 179.85 -
System Red Green Blue C M Y K H S L
Decimal 181 49 223 0.19 0.78 0 0.13 285.52 0.73 0.53
Hex B5 31 DF 13 4E 0 D 11E 49 35
Octal 265 61 337 23 116 0 15 436 111 65
Binary 10110101 110001 11011111 10011 1001110 0 1101 100011110 1001001 110101

Color Harmonies of #B531DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B531DF

Black with #B531DF

Text Example


Text Example

White with #B531DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B531DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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