Html Css Color HEX #B533ED Dark Orchid

📋 copy color: '#B533ED'

red 181 ◦ green 51 ◦ blue 237

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

Shades of Dark Orchid #B533ED

Tints of Dark Orchid #B533ED

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.87%

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

R = 38.59%
G = 10.87%
B = 50.53%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B533ED (or 0xB533ED) is known color: Dark Orchid. HEX triplet: B5, 33 and ED. RGB value is (181,51,237). Sum of RGB (Red+Green+Blue) = 181+51+237=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 51 (20.31% from 255 or 10.87% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #B533ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B533ED is #4ACC12. Grayscale: #6E6E6E. Windows color (decimal): -4901907 or 15545269. OLE color: 15545269.

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

Color convert

RGB 181 51 237 -
CMYK 0.24 0.78 0 0.07
HSL 281.94º 0.84% 0.56% -
HSV(B) 281.94º 0.78% 0.93% -
XYZ 35.53 18.31 81.78 -
YUV 111.07 199.07 177.88 -
System Red Green Blue C M Y K H S L
Decimal 181 51 237 0.24 0.78 0 0.07 281.94 0.84 0.56
Hex B5 33 ED 18 4E 0 7 11A 54 38
Octal 265 63 355 30 116 0 7 432 124 70
Binary 10110101 110011 11101101 11000 1001110 0 111 100011010 1010100 111000

Color Harmonies of #B533ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B533ED

Black with #B533ED

Text Example


Text Example

White with #B533ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B533ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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