Html Css Color HEX #B53DD8 Medium Orchid

📋 copy color: '#B53DD8'

red 181 ◦ green 61 ◦ blue 216

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

Shades of Medium Orchid #B53DD8

Tints of Medium Orchid #B53DD8

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.32%

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

R = 39.52%
G = 13.32%
B = 47.16%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B53DD8 (or 0xB53DD8) is known color: Medium Orchid. HEX triplet: B5, 3D and D8. RGB value is (181,61,216). Sum of RGB (Red+Green+Blue) = 181+61+216=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 61 (24.22% from 255 or 13.32% from 458); Blue value is 216 (84.77% from 255 or 47.16% from 458); Max value from RGB is 216 - color contains mainly: blue. Hex color #B53DD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53DD8 is #4AC227. Grayscale: #727272. Windows color (decimal): -4899368 or 14171573. OLE color: 14171573.

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

Color convert

RGB 181 61 216 -
CMYK 0.16 0.72 0 0.15
HSL 286.45º 0.67% 0.54% -
HSV(B) 286.45º 0.72% 0.85% -
XYZ 33.12 18.12 66.72 -
YUV 114.55 185.26 175.4 -
System Red Green Blue C M Y K H S L
Decimal 181 61 216 0.16 0.72 0 0.15 286.45 0.67 0.54
Hex B5 3D D8 10 48 0 F 11E 43 36
Octal 265 75 330 20 110 0 17 436 103 66
Binary 10110101 111101 11011000 10000 1001000 0 1111 100011110 1000011 110110

Color Harmonies of #B53DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53DD8

Black with #B53DD8

Text Example


Text Example

White with #B53DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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