Html Css Color HEX #B531EE Dark Orchid

📋 copy color: '#B531EE'

red 181 ◦ green 49 ◦ blue 238

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

Shades of Dark Orchid #B531EE

Tints of Dark Orchid #B531EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.85%

R = 38.68%
G = 10.47%
B = 50.85%

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

#B531EE (or 0xB531EE) is known color: Dark Orchid. HEX triplet: B5, 31 and EE. RGB value is (181,49,238). Sum of RGB (Red+Green+Blue) = 181+49+238=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 49 (19.53% from 255 or 10.47% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #B531EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B531EE is #4ACE11. Grayscale: #6D6D6D. Windows color (decimal): -4902418 or 15610293. OLE color: 15610293.

HSL color Cylindrical-coordinate representation of color #B531EE: hue angle of 281.9º degrees, saturation: 0.85, 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 #B531EE is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 49 238 -
CMYK 0.24 0.79 0 0.07
HSL 281.9º 0.85% 0.56% -
HSV(B) 281.9º 0.79% 0.93% -
XYZ 35.59 18.19 82.52 -
YUV 110.01 200.23 178.63 -
System Red Green Blue C M Y K H S L
Decimal 181 49 238 0.24 0.79 0 0.07 281.9 0.85 0.56
Hex B5 31 EE 18 4F 0 7 11A 55 38
Octal 265 61 356 30 117 0 7 432 125 70
Binary 10110101 110001 11101110 11000 1001111 0 111 100011010 1010101 111000

Color Harmonies of #B531EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B531EE

Black with #B531EE

Text Example


Text Example

White with #B531EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B531EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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