Html Css Color HEX #BA64EE Medium Orchid

📋 copy color: '#BA64EE'

red 186 ◦ green 100 ◦ blue 238

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

Shades of Medium Orchid #BA64EE

Tints of Medium Orchid #BA64EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.42%

R = 35.5%
G = 19.08%
B = 45.42%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA64EE (or 0xBA64EE) is known color: Medium Orchid. HEX triplet: BA, 64 and EE. RGB value is (186,100,238). Sum of RGB (Red+Green+Blue) = 186+100+238=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 100 (39.45% from 255 or 19.08% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA64EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA64EE is #459B11. Grayscale: #8C8C8C. Windows color (decimal): -4561682 or 15623354. OLE color: 15623354.

HSL color Cylindrical-coordinate representation of color #BA64EE: hue angle of 277.39º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA64EE is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 100 238 -
CMYK 0.22 0.58 0 0.07
HSL 277.39º 0.8% 0.66% -
HSV(B) 277.39º 0.58% 0.93% -
XYZ 40.24 25.73 83.73 -
YUV 141.45 182.49 159.78 -
System Red Green Blue C M Y K H S L
Decimal 186 100 238 0.22 0.58 0 0.07 277.39 0.8 0.66
Hex BA 64 EE 16 3A 0 7 115 50 42
Octal 272 144 356 26 72 0 7 425 120 102
Binary 10111010 1100100 11101110 10110 111010 0 111 100010101 1010000 1000010

Color Harmonies of #BA64EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA64EE

Black with #BA64EE

Text Example


Text Example

White with #BA64EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA64EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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