Html Css Color HEX #BA64E4 Medium Orchid

📋 copy color: '#BA64E4'

red 186 ◦ green 100 ◦ blue 228

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

Shades of Medium Orchid #BA64E4

Tints of Medium Orchid #BA64E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 44.36%

R = 36.19%
G = 19.46%
B = 44.36%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BA64E4 (or 0xBA64E4) is known color: Medium Orchid. HEX triplet: BA, 64 and E4. RGB value is (186,100,228). Sum of RGB (Red+Green+Blue) = 186+100+228=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 100 (39.45% from 255 or 19.46% from 514); Blue value is 228 (89.45% from 255 or 44.36% from 514); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA64E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA64E4 is #459B1B. Grayscale: #8B8B8B. Windows color (decimal): -4561692 or 14967994. OLE color: 14967994.

HSL color Cylindrical-coordinate representation of color #BA64E4: hue angle of 280.31º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA64E4 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 100 228 -
CMYK 0.18 0.56 0 0.11
HSL 280.31º 0.7% 0.64% -
HSV(B) 280.31º 0.56% 0.89% -
XYZ 38.81 25.15 76.21 -
YUV 140.31 177.49 160.59 -
System Red Green Blue C M Y K H S L
Decimal 186 100 228 0.18 0.56 0 0.11 280.31 0.7 0.64
Hex BA 64 E4 12 38 0 B 118 46 40
Octal 272 144 344 22 70 0 13 430 106 100
Binary 10111010 1100100 11100100 10010 111000 0 1011 100011000 1000110 1000000

Color Harmonies of #BA64E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA64E4

Black with #BA64E4

Text Example


Text Example

White with #BA64E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA64E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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