Html Css Color HEX #BA66EB Medium Orchid

📋 copy color: '#BA66EB'

red 186 ◦ green 102 ◦ blue 235

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

Shades of Medium Orchid #BA66EB

Tints of Medium Orchid #BA66EB

RGB

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

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

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

R = 35.56%
G = 19.5%
B = 44.93%

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

#BA66EB (or 0xBA66EB) is known color: Medium Orchid. HEX triplet: BA, 66 and EB. RGB value is (186,102,235). Sum of RGB (Red+Green+Blue) = 186+102+235=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 102 (40.23% from 255 or 19.50% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA66EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA66EB is #459914. Grayscale: #8D8D8D. Windows color (decimal): -4561173 or 15427258. OLE color: 15427258.

HSL color Cylindrical-coordinate representation of color #BA66EB: hue angle of 277.89º 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 #BA66EB is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 102 235 -
CMYK 0.21 0.57 0 0.08
HSL 277.89º 0.77% 0.66% -
HSV(B) 277.89º 0.57% 0.92% -
XYZ 40 25.94 81.5 -
YUV 142.28 180.33 159.19 -
System Red Green Blue C M Y K H S L
Decimal 186 102 235 0.21 0.57 0 0.08 277.89 0.77 0.66
Hex BA 66 EB 15 39 0 8 116 4D 42
Octal 272 146 353 25 71 0 10 426 115 102
Binary 10111010 1100110 11101011 10101 111001 0 1000 100010110 1001101 1000010

Color Harmonies of #BA66EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA66EB

Black with #BA66EB

Text Example


Text Example

White with #BA66EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA66EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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