Html Css Color HEX #B535DC Dark Orchid

📋 copy color: '#B535DC'

red 181 ◦ green 53 ◦ blue 220

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

Shades of Dark Orchid #B535DC

Tints of Dark Orchid #B535DC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.67%

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

R = 39.87%
G = 11.67%
B = 48.46%

CMYK

 C value IS 0.18

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B535DC (or 0xB535DC) is known color: Dark Orchid. HEX triplet: B5, 35 and DC. RGB value is (181,53,220). Sum of RGB (Red+Green+Blue) = 181+53+220=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 53 (21.09% from 255 or 11.67% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #B535DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B535DC is #4ACA23. Grayscale: #6D6D6D. Windows color (decimal): -4901412 or 14431669. OLE color: 14431669.

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

Color convert

RGB 181 53 220 -
CMYK 0.18 0.76 0 0.14
HSL 285.99º 0.7% 0.54% -
HSV(B) 285.99º 0.76% 0.86% -
XYZ 33.25 17.54 69.34 -
YUV 110.31 189.91 178.42 -
System Red Green Blue C M Y K H S L
Decimal 181 53 220 0.18 0.76 0 0.14 285.99 0.7 0.54
Hex B5 35 DC 12 4C 0 E 11E 46 36
Octal 265 65 334 22 114 0 16 436 106 66
Binary 10110101 110101 11011100 10010 1001100 0 1110 100011110 1000110 110110

Color Harmonies of #B535DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B535DC

Black with #B535DC

Text Example


Text Example

White with #B535DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B535DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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