Html Css Color HEX #B535D0 Dark Orchid

📋 copy color: '#B535D0'

red 181 ◦ green 53 ◦ blue 208

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

Shades of Dark Orchid #B535D0

Tints of Dark Orchid #B535D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.06%

R = 40.95%
G = 11.99%
B = 47.06%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B535D0 (or 0xB535D0) is known color: Dark Orchid. HEX triplet: B5, 35 and D0. RGB value is (181,53,208). Sum of RGB (Red+Green+Blue) = 181+53+208=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 53 (21.09% from 255 or 11.99% from 442); Blue value is 208 (81.64% from 255 or 47.06% from 442); Max value from RGB is 208 - color contains mainly: blue. Hex color #B535D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B535D0 is #4ACA2F. Grayscale: #6C6C6C. Windows color (decimal): -4901424 or 13645237. OLE color: 13645237.

HSL color Cylindrical-coordinate representation of color #B535D0: hue angle of 289.55º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B535D0 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 181 53 208 -
CMYK 0.13 0.75 0 0.18
HSL 289.55º 0.62% 0.51% -
HSV(B) 289.55º 0.75% 0.82% -
XYZ 31.71 16.92 61.27 -
YUV 108.94 183.91 179.4 -
System Red Green Blue C M Y K H S L
Decimal 181 53 208 0.13 0.75 0 0.18 289.55 0.62 0.51
Hex B5 35 D0 D 4B 0 12 122 3E 33
Octal 265 65 320 15 113 0 22 442 76 63
Binary 10110101 110101 11010000 1101 1001011 0 10010 100100010 111110 110011

Color Harmonies of #B535D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B535D0

Black with #B535D0

Text Example


Text Example

White with #B535D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B535D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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