Html Css Color HEX #BA64EA Medium Orchid

📋 copy color: '#BA64EA'

red 186 ◦ green 100 ◦ blue 234

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

Shades of Medium Orchid #BA64EA

Tints of Medium Orchid #BA64EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45%

R = 35.77%
G = 19.23%
B = 45%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA64EA (or 0xBA64EA) is known color: Medium Orchid. HEX triplet: BA, 64 and EA. RGB value is (186,100,234). Sum of RGB (Red+Green+Blue) = 186+100+234=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 100 (39.45% from 255 or 19.23% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA64EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA64EA is #459B15. Grayscale: #8C8C8C. Windows color (decimal): -4561686 or 15361210. OLE color: 15361210.

HSL color Cylindrical-coordinate representation of color #BA64EA: hue angle of 278.51º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA64EA is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 100 234 -
CMYK 0.21 0.57 0 0.08
HSL 278.51º 0.76% 0.65% -
HSV(B) 278.51º 0.57% 0.92% -
XYZ 39.66 25.49 80.67 -
YUV 140.99 180.49 160.1 -
System Red Green Blue C M Y K H S L
Decimal 186 100 234 0.21 0.57 0 0.08 278.51 0.76 0.65
Hex BA 64 EA 15 39 0 8 117 4C 41
Octal 272 144 352 25 71 0 10 427 114 101
Binary 10111010 1100100 11101010 10101 111001 0 1000 100010111 1001100 1000001

Color Harmonies of #BA64EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA64EA

Black with #BA64EA

Text Example


Text Example

White with #BA64EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA64EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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