Html Css Color HEX #B936DB Medium Orchid

📋 copy color: '#B936DB'

red 185 ◦ green 54 ◦ blue 219

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

Shades of Medium Orchid #B936DB

Tints of Medium Orchid #B936DB

RGB

 RED value IS 185 (72.66% from 255) = 40.39%

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

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

R = 40.39%
G = 11.79%
B = 47.82%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B936DB (or 0xB936DB) is known color: Medium Orchid. HEX triplet: B9, 36 and DB. RGB value is (185,54,219). Sum of RGB (Red+Green+Blue) = 185+54+219=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 54 (21.48% from 255 or 11.79% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #B936DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B936DB is #46C924. Grayscale: #6F6F6F. Windows color (decimal): -4639013 or 14366393. OLE color: 14366393.

HSL color Cylindrical-coordinate representation of color #B936DB: hue angle of 287.64º 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 #B936DB is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 54 219 -
CMYK 0.16 0.75 0 0.14
HSL 287.64º 0.7% 0.54% -
HSV(B) 287.64º 0.75% 0.86% -
XYZ 34.11 18.07 68.71 -
YUV 111.98 188.4 180.08 -
System Red Green Blue C M Y K H S L
Decimal 185 54 219 0.16 0.75 0 0.14 287.64 0.7 0.54
Hex B9 36 DB 10 4B 0 E 120 46 36
Octal 271 66 333 20 113 0 16 440 106 66
Binary 10111001 110110 11011011 10000 1001011 0 1110 100100000 1000110 110110

Color Harmonies of #B936DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B936DB

Black with #B936DB

Text Example


Text Example

White with #B936DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B936DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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