Html Css Color HEX #B533DB Dark Orchid

📋 copy color: '#B533DB'

red 181 ◦ green 51 ◦ blue 219

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

Shades of Dark Orchid #B533DB

Tints of Dark Orchid #B533DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.56%

R = 40.13%
G = 11.31%
B = 48.56%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B533DB (or 0xB533DB) is known color: Dark Orchid. HEX triplet: B5, 33 and DB. RGB value is (181,51,219). Sum of RGB (Red+Green+Blue) = 181+51+219=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 51 (20.31% from 255 or 11.31% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #B533DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B533DB is #4ACC24. Grayscale: #6C6C6C. Windows color (decimal): -4901925 or 14365621. OLE color: 14365621.

HSL color Cylindrical-coordinate representation of color #B533DB: hue angle of 286.43º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B533DB is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 51 219 -
CMYK 0.17 0.77 0 0.14
HSL 286.43º 0.7% 0.53% -
HSV(B) 286.43º 0.77% 0.86% -
XYZ 33.03 17.31 68.62 -
YUV 109.02 190.07 179.34 -
System Red Green Blue C M Y K H S L
Decimal 181 51 219 0.17 0.77 0 0.14 286.43 0.7 0.53
Hex B5 33 DB 11 4D 0 E 11E 46 35
Octal 265 63 333 21 115 0 16 436 106 65
Binary 10110101 110011 11011011 10001 1001101 0 1110 100011110 1000110 110101

Color Harmonies of #B533DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B533DB

Black with #B533DB

Text Example


Text Example

White with #B533DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B533DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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