Html Css Color HEX #BA66EA Medium Orchid

📋 copy color: '#BA66EA'

red 186 ◦ green 102 ◦ blue 234

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

Shades of Medium Orchid #BA66EA

Tints of Medium Orchid #BA66EA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.54%

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

R = 35.63%
G = 19.54%
B = 44.83%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA66EA (or 0xBA66EA) is known color: Medium Orchid. HEX triplet: BA, 66 and EA. RGB value is (186,102,234). Sum of RGB (Red+Green+Blue) = 186+102+234=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 102 (40.23% from 255 or 19.54% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA66EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA66EA is #459915. Grayscale: #8D8D8D. Windows color (decimal): -4561174 or 15361722. OLE color: 15361722.

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

Color convert

RGB 186 102 234 -
CMYK 0.21 0.56 0 0.08
HSL 278.18º 0.76% 0.66% -
HSV(B) 278.18º 0.56% 0.92% -
XYZ 39.85 25.88 80.74 -
YUV 142.16 179.83 159.27 -
System Red Green Blue C M Y K H S L
Decimal 186 102 234 0.21 0.56 0 0.08 278.18 0.76 0.66
Hex BA 66 EA 15 38 0 8 116 4C 42
Octal 272 146 352 25 70 0 10 426 114 102
Binary 10111010 1100110 11101010 10101 111000 0 1000 100010110 1001100 1000010

Color Harmonies of #BA66EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA66EA

Black with #BA66EA

Text Example


Text Example

White with #BA66EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA66EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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