Html Css Color HEX #B533DC Dark Orchid

📋 copy color: '#B533DC'

red 181 ◦ green 51 ◦ blue 220

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

Shades of Dark Orchid #B533DC

Tints of Dark Orchid #B533DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.67%

R = 40.04%
G = 11.28%
B = 48.67%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B533DC (or 0xB533DC) is known color: Dark Orchid. HEX triplet: B5, 33 and DC. RGB value is (181,51,220). Sum of RGB (Red+Green+Blue) = 181+51+220=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 51 (20.31% from 255 or 11.28% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #B533DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B533DC is #4ACC23. Grayscale: #6C6C6C. Windows color (decimal): -4901924 or 14431157. OLE color: 14431157.

HSL color Cylindrical-coordinate representation of color #B533DC: hue angle of 286.15º degrees, saturation: 0.71, 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 #B533DC is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 51 220 -
CMYK 0.18 0.77 0 0.14
HSL 286.15º 0.71% 0.53% -
HSV(B) 286.15º 0.77% 0.86% -
XYZ 33.16 17.36 69.31 -
YUV 109.14 190.57 179.26 -
System Red Green Blue C M Y K H S L
Decimal 181 51 220 0.18 0.77 0 0.14 286.15 0.71 0.53
Hex B5 33 DC 12 4D 0 E 11E 47 35
Octal 265 63 334 22 115 0 16 436 107 65
Binary 10110101 110011 11011100 10010 1001101 0 1110 100011110 1000111 110101

Color Harmonies of #B533DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B533DC

Black with #B533DC

Text Example


Text Example

White with #B533DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B533DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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