Html Css Color HEX #BA64EB Medium Orchid

📋 copy color: '#BA64EB'

red 186 ◦ green 100 ◦ blue 235

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

Shades of Medium Orchid #BA64EB

Tints of Medium Orchid #BA64EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.11%

R = 35.7%
G = 19.19%
B = 45.11%

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

#BA64EB (or 0xBA64EB) is known color: Medium Orchid. HEX triplet: BA, 64 and EB. RGB value is (186,100,235). Sum of RGB (Red+Green+Blue) = 186+100+235=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 100 (39.45% from 255 or 19.19% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA64EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA64EB is #459B14. Grayscale: #8C8C8C. Windows color (decimal): -4561685 or 15426746. OLE color: 15426746.

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

Color convert

RGB 186 100 235 -
CMYK 0.21 0.57 0 0.08
HSL 278.22º 0.77% 0.66% -
HSV(B) 278.22º 0.57% 0.92% -
XYZ 39.8 25.55 81.43 -
YUV 141.1 180.99 160.02 -
System Red Green Blue C M Y K H S L
Decimal 186 100 235 0.21 0.57 0 0.08 278.22 0.77 0.66
Hex BA 64 EB 15 39 0 8 116 4D 42
Octal 272 144 353 25 71 0 10 426 115 102
Binary 10111010 1100100 11101011 10101 111001 0 1000 100010110 1001101 1000010

Color Harmonies of #BA64EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA64EB

Black with #BA64EB

Text Example


Text Example

White with #BA64EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA64EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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