Html Css Color HEX #B535D8 Dark Orchid

📋 copy color: '#B535D8'

red 181 ◦ green 53 ◦ blue 216

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

Shades of Dark Orchid #B535D8

Tints of Dark Orchid #B535D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 48%

R = 40.22%
G = 11.78%
B = 48%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B535D8 (or 0xB535D8) is known color: Dark Orchid. HEX triplet: B5, 35 and D8. RGB value is (181,53,216). Sum of RGB (Red+Green+Blue) = 181+53+216=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 53 (21.09% from 255 or 11.78% from 450); Blue value is 216 (84.77% from 255 or 48% from 450); Max value from RGB is 216 - color contains mainly: blue. Hex color #B535D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B535D8 is #4ACA27. Grayscale: #6D6D6D. Windows color (decimal): -4901416 or 14169525. OLE color: 14169525.

HSL color Cylindrical-coordinate representation of color #B535D8: hue angle of 287.12º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B535D8 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 53 216 -
CMYK 0.16 0.75 0 0.15
HSL 287.12º 0.68% 0.53% -
HSV(B) 287.12º 0.75% 0.85% -
XYZ 32.72 17.33 66.59 -
YUV 109.85 187.91 178.75 -
System Red Green Blue C M Y K H S L
Decimal 181 53 216 0.16 0.75 0 0.15 287.12 0.68 0.53
Hex B5 35 D8 10 4B 0 F 11F 44 35
Octal 265 65 330 20 113 0 17 437 104 65
Binary 10110101 110101 11011000 10000 1001011 0 1111 100011111 1000100 110101

Color Harmonies of #B535D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B535D8

Black with #B535D8

Text Example


Text Example

White with #B535D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B535D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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