Html Css Color HEX #B535D7 Dark Orchid

📋 copy color: '#B535D7'

red 181 ◦ green 53 ◦ blue 215

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

Shades of Dark Orchid #B535D7

Tints of Dark Orchid #B535D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 47.88%

R = 40.31%
G = 11.8%
B = 47.88%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B535D7 (or 0xB535D7) is known color: Dark Orchid. HEX triplet: B5, 35 and D7. RGB value is (181,53,215). Sum of RGB (Red+Green+Blue) = 181+53+215=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 53 (21.09% from 255 or 11.80% from 449); Blue value is 215 (84.38% from 255 or 47.88% from 449); Max value from RGB is 215 - color contains mainly: blue. Hex color #B535D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B535D7 is #4ACA28. Grayscale: #6D6D6D. Windows color (decimal): -4901417 or 14103989. OLE color: 14103989.

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

Color convert

RGB 181 53 215 -
CMYK 0.16 0.75 0 0.16
HSL 287.41º 0.67% 0.53% -
HSV(B) 287.41º 0.75% 0.84% -
XYZ 32.59 17.28 65.91 -
YUV 109.74 187.41 178.83 -
System Red Green Blue C M Y K H S L
Decimal 181 53 215 0.16 0.75 0 0.16 287.41 0.67 0.53
Hex B5 35 D7 10 4B 0 10 11F 43 35
Octal 265 65 327 20 113 0 20 437 103 65
Binary 10110101 110101 11010111 10000 1001011 0 10000 100011111 1000011 110101

Color Harmonies of #B535D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B535D7

Black with #B535D7

Text Example


Text Example

White with #B535D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B535D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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