Html Css Color HEX #BA64DB Medium Orchid

📋 copy color: '#BA64DB'

red 186 ◦ green 100 ◦ blue 219

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

Shades of Medium Orchid #BA64DB

Tints of Medium Orchid #BA64DB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.8%

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

R = 36.83%
G = 19.8%
B = 43.37%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA64DB (or 0xBA64DB) is known color: Medium Orchid. HEX triplet: BA, 64 and DB. RGB value is (186,100,219). Sum of RGB (Red+Green+Blue) = 186+100+219=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 100 (39.45% from 255 or 19.80% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA64DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA64DB is #459B24. Grayscale: #8A8A8A. Windows color (decimal): -4561701 or 14378170. OLE color: 14378170.

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

Color convert

RGB 186 100 219 -
CMYK 0.15 0.54 0 0.14
HSL 283.36º 0.62% 0.63% -
HSV(B) 283.36º 0.54% 0.86% -
XYZ 37.59 24.67 69.8 -
YUV 139.28 172.99 161.32 -
System Red Green Blue C M Y K H S L
Decimal 186 100 219 0.15 0.54 0 0.14 283.36 0.62 0.63
Hex BA 64 DB F 36 0 E 11B 3E 3F
Octal 272 144 333 17 66 0 16 433 76 77
Binary 10111010 1100100 11011011 1111 110110 0 1110 100011011 111110 111111

Color Harmonies of #BA64DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA64DB

Black with #BA64DB

Text Example


Text Example

White with #BA64DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA64DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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