Html Css Color HEX #B535DA Dark Orchid

📋 copy color: '#B535DA'

red 181 ◦ green 53 ◦ blue 218

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

Shades of Dark Orchid #B535DA

Tints of Dark Orchid #B535DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.23%

R = 40.04%
G = 11.73%
B = 48.23%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B535DA (or 0xB535DA) is known color: Dark Orchid. HEX triplet: B5, 35 and DA. RGB value is (181,53,218). Sum of RGB (Red+Green+Blue) = 181+53+218=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 53 (21.09% from 255 or 11.73% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #B535DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B535DA is #4ACA25. Grayscale: #6D6D6D. Windows color (decimal): -4901414 or 14300597. OLE color: 14300597.

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

Color convert

RGB 181 53 218 -
CMYK 0.17 0.76 0 0.15
HSL 286.55º 0.69% 0.53% -
HSV(B) 286.55º 0.76% 0.85% -
XYZ 32.98 17.43 67.96 -
YUV 110.08 188.91 178.58 -
System Red Green Blue C M Y K H S L
Decimal 181 53 218 0.17 0.76 0 0.15 286.55 0.69 0.53
Hex B5 35 DA 11 4C 0 F 11F 45 35
Octal 265 65 332 21 114 0 17 437 105 65
Binary 10110101 110101 11011010 10001 1001100 0 1111 100011111 1000101 110101

Color Harmonies of #B535DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B535DA

Black with #B535DA

Text Example


Text Example

White with #B535DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B535DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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