Html Css Color HEX #BA66CE Medium Orchid

📋 copy color: '#BA66CE'

red 186 ◦ green 102 ◦ blue 206

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

Shades of Medium Orchid #BA66CE

Tints of Medium Orchid #BA66CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.7%

R = 37.65%
G = 20.65%
B = 41.7%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA66CE (or 0xBA66CE) is known color: Medium Orchid. HEX triplet: BA, 66 and CE. RGB value is (186,102,206). Sum of RGB (Red+Green+Blue) = 186+102+206=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 102 (40.23% from 255 or 20.65% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA66CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA66CE is #459931. Grayscale: #8A8A8A. Windows color (decimal): -4561202 or 13526714. OLE color: 13526714.

HSL color Cylindrical-coordinate representation of color #BA66CE: hue angle of 288.46º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA66CE is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 102 206 -
CMYK 0.10 0.50 0 0.19
HSL 288.46º 0.51% 0.6% -
HSV(B) 288.46º 0.5% 0.81% -
XYZ 36.14 24.4 61.2 -
YUV 138.97 165.83 161.54 -
System Red Green Blue C M Y K H S L
Decimal 186 102 206 0.10 0.50 0 0.19 288.46 0.51 0.6
Hex BA 66 CE A 32 0 13 120 33 3C
Octal 272 146 316 12 62 0 23 440 63 74
Binary 10111010 1100110 11001110 1010 110010 0 10011 100100000 110011 111100

Color Harmonies of #BA66CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA66CE

Black with #BA66CE

Text Example


Text Example

White with #BA66CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA66CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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