Html Css Color HEX #BA64E0 Medium Orchid

📋 copy color: '#BA64E0'

red 186 ◦ green 100 ◦ blue 224

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

Shades of Medium Orchid #BA64E0

Tints of Medium Orchid #BA64E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.92%

R = 36.47%
G = 19.61%
B = 43.92%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA64E0 (or 0xBA64E0) is known color: Medium Orchid. HEX triplet: BA, 64 and E0. RGB value is (186,100,224). Sum of RGB (Red+Green+Blue) = 186+100+224=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 100 (39.45% from 255 or 19.61% from 510); Blue value is 224 (87.89% from 255 or 43.92% from 510); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA64E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA64E0 is #459B1F. Grayscale: #8B8B8B. Windows color (decimal): -4561696 or 14705850. OLE color: 14705850.

HSL color Cylindrical-coordinate representation of color #BA64E0: hue angle of 281.61º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA64E0 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 100 224 -
CMYK 0.17 0.55 0 0.12
HSL 281.61º 0.67% 0.64% -
HSV(B) 281.61º 0.55% 0.88% -
XYZ 38.26 24.94 73.32 -
YUV 139.85 175.49 160.92 -
System Red Green Blue C M Y K H S L
Decimal 186 100 224 0.17 0.55 0 0.12 281.61 0.67 0.64
Hex BA 64 E0 11 37 0 C 11A 43 40
Octal 272 144 340 21 67 0 14 432 103 100
Binary 10111010 1100100 11100000 10001 110111 0 1100 100011010 1000011 1000000

Color Harmonies of #BA64E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA64E0

Black with #BA64E0

Text Example


Text Example

White with #BA64E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA64E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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