Html Css Color HEX #B531ED Dark Orchid

📋 copy color: '#B531ED'

red 181 ◦ green 49 ◦ blue 237

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

Shades of Dark Orchid #B531ED

Tints of Dark Orchid #B531ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.75%

R = 38.76%
G = 10.49%
B = 50.75%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B531ED (or 0xB531ED) is known color: Dark Orchid. HEX triplet: B5, 31 and ED. RGB value is (181,49,237). Sum of RGB (Red+Green+Blue) = 181+49+237=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 49 (19.53% from 255 or 10.49% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #B531ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B531ED is #4ACE12. Grayscale: #6D6D6D. Windows color (decimal): -4902419 or 15544757. OLE color: 15544757.

HSL color Cylindrical-coordinate representation of color #B531ED: hue angle of 282.13º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B531ED is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 49 237 -
CMYK 0.24 0.79 0 0.07
HSL 282.13º 0.84% 0.56% -
HSV(B) 282.13º 0.79% 0.93% -
XYZ 35.44 18.13 81.75 -
YUV 109.9 199.73 178.71 -
System Red Green Blue C M Y K H S L
Decimal 181 49 237 0.24 0.79 0 0.07 282.13 0.84 0.56
Hex B5 31 ED 18 4F 0 7 11A 54 38
Octal 265 61 355 30 117 0 7 432 124 70
Binary 10110101 110001 11101101 11000 1001111 0 111 100011010 1010100 111000

Color Harmonies of #B531ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B531ED

Black with #B531ED

Text Example


Text Example

White with #B531ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B531ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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