Html Css Color HEX #BA36DB Medium Orchid

📋 copy color: '#BA36DB'

red 186 ◦ green 54 ◦ blue 219

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

Shades of Medium Orchid #BA36DB

Tints of Medium Orchid #BA36DB

RGB

 RED value IS 186 (73.05% from 255) = 40.52%

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

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

R = 40.52%
G = 11.76%
B = 47.71%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA36DB (or 0xBA36DB) is known color: Medium Orchid. HEX triplet: BA, 36 and DB. RGB value is (186,54,219). Sum of RGB (Red+Green+Blue) = 186+54+219=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 54 (21.48% from 255 or 11.76% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA36DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA36DB is #45C924. Grayscale: #6F6F6F. Windows color (decimal): -4573477 or 14366394. OLE color: 14366394.

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

Color convert

RGB 186 54 219 -
CMYK 0.15 0.75 0 0.14
HSL 288º 0.7% 0.54% -
HSV(B) 288º 0.75% 0.86% -
XYZ 34.36 18.19 68.72 -
YUV 112.28 188.23 180.58 -
System Red Green Blue C M Y K H S L
Decimal 186 54 219 0.15 0.75 0 0.14 288 0.7 0.54
Hex BA 36 DB F 4B 0 E 120 46 36
Octal 272 66 333 17 113 0 16 440 106 66
Binary 10111010 110110 11011011 1111 1001011 0 1110 100100000 1000110 110110

Color Harmonies of #BA36DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA36DB

Black with #BA36DB

Text Example


Text Example

White with #BA36DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA36DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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