Html Css Color HEX #B536DB Medium Orchid

📋 copy color: '#B536DB'

red 181 ◦ green 54 ◦ blue 219

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

Shades of Medium Orchid #B536DB

Tints of Medium Orchid #B536DB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.89%

 BLUE value IS 219 (85.94% from 255) = 48.24%

R = 39.87%
G = 11.89%
B = 48.24%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B536DB (or 0xB536DB) is known color: Medium Orchid. HEX triplet: B5, 36 and DB. RGB value is (181,54,219). Sum of RGB (Red+Green+Blue) = 181+54+219=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 54 (21.48% from 255 or 11.89% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #B536DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B536DB is #4AC924. Grayscale: #6E6E6E. Windows color (decimal): -4901157 or 14366389. OLE color: 14366389.

HSL color Cylindrical-coordinate representation of color #B536DB: hue angle of 286.18º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B536DB is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 54 219 -
CMYK 0.17 0.75 0 0.14
HSL 286.18º 0.7% 0.54% -
HSV(B) 286.18º 0.75% 0.86% -
XYZ 33.16 17.58 68.66 -
YUV 110.78 189.08 178.08 -
System Red Green Blue C M Y K H S L
Decimal 181 54 219 0.17 0.75 0 0.14 286.18 0.7 0.54
Hex B5 36 DB 11 4B 0 E 11E 46 36
Octal 265 66 333 21 113 0 16 436 106 66
Binary 10110101 110110 11011011 10001 1001011 0 1110 100011110 1000110 110110

Color Harmonies of #B536DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B536DB

Black with #B536DB

Text Example


Text Example

White with #B536DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B536DB; }

 p { color: rgb(181,54,219); }

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

background-color css

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

 a { background-color: rgb(181,54,219); }

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

border-color css

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

 span { border-color: rgb(181,54,219); }

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