Html Css Color HEX #BA64ED Medium Orchid

📋 copy color: '#BA64ED'

red 186 ◦ green 100 ◦ blue 237

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

Shades of Medium Orchid #BA64ED

Tints of Medium Orchid #BA64ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.32%

R = 35.56%
G = 19.12%
B = 45.32%

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

#BA64ED (or 0xBA64ED) is known color: Medium Orchid. HEX triplet: BA, 64 and ED. RGB value is (186,100,237). Sum of RGB (Red+Green+Blue) = 186+100+237=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 100 (39.45% from 255 or 19.12% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA64ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA64ED is #459B12. Grayscale: #8C8C8C. Windows color (decimal): -4561683 or 15557818. OLE color: 15557818.

HSL color Cylindrical-coordinate representation of color #BA64ED: hue angle of 277.66º degrees, saturation: 0.79, 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 #BA64ED is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 100 237 -
CMYK 0.22 0.58 0 0.07
HSL 277.66º 0.79% 0.66% -
HSV(B) 277.66º 0.58% 0.93% -
XYZ 40.09 25.67 82.96 -
YUV 141.33 181.99 159.86 -
System Red Green Blue C M Y K H S L
Decimal 186 100 237 0.22 0.58 0 0.07 277.66 0.79 0.66
Hex BA 64 ED 16 3A 0 7 116 4F 42
Octal 272 144 355 26 72 0 7 426 117 102
Binary 10111010 1100100 11101101 10110 111010 0 111 100010110 1001111 1000010

Color Harmonies of #BA64ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA64ED

Black with #BA64ED

Text Example


Text Example

White with #BA64ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA64ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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