Html Css Color HEX #BA64DE Medium Orchid

📋 copy color: '#BA64DE'

red 186 ◦ green 100 ◦ blue 222

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

Shades of Medium Orchid #BA64DE

Tints of Medium Orchid #BA64DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.7%

R = 36.61%
G = 19.69%
B = 43.7%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA64DE (or 0xBA64DE) is known color: Medium Orchid. HEX triplet: BA, 64 and DE. RGB value is (186,100,222). Sum of RGB (Red+Green+Blue) = 186+100+222=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 100 (39.45% from 255 or 19.69% from 508); Blue value is 222 (87.11% from 255 or 43.70% from 508); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA64DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA64DE is #459B21. Grayscale: #8B8B8B. Windows color (decimal): -4561698 or 14574778. OLE color: 14574778.

HSL color Cylindrical-coordinate representation of color #BA64DE: hue angle of 282.3º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA64DE is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 100 222 -
CMYK 0.16 0.55 0 0.13
HSL 282.3º 0.65% 0.63% -
HSV(B) 282.3º 0.55% 0.87% -
XYZ 37.99 24.83 71.9 -
YUV 139.62 174.49 161.08 -
System Red Green Blue C M Y K H S L
Decimal 186 100 222 0.16 0.55 0 0.13 282.3 0.65 0.63
Hex BA 64 DE 10 37 0 D 11A 41 3F
Octal 272 144 336 20 67 0 15 432 101 77
Binary 10111010 1100100 11011110 10000 110111 0 1101 100011010 1000001 111111

Color Harmonies of #BA64DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA64DE

Black with #BA64DE

Text Example


Text Example

White with #BA64DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA64DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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