Html Css Color HEX #BA66D8 Medium Orchid

📋 copy color: '#BA66D8'

red 186 ◦ green 102 ◦ blue 216

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

Shades of Medium Orchid #BA66D8

Tints of Medium Orchid #BA66D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.86%

R = 36.9%
G = 20.24%
B = 42.86%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA66D8 (or 0xBA66D8) is known color: Medium Orchid. HEX triplet: BA, 66 and D8. RGB value is (186,102,216). Sum of RGB (Red+Green+Blue) = 186+102+216=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 216 (84.77% from 255 or 42.86% from 504); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA66D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA66D8 is #459927. Grayscale: #8B8B8B. Windows color (decimal): -4561192 or 14182074. OLE color: 14182074.

HSL color Cylindrical-coordinate representation of color #BA66D8: hue angle of 284.21º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA66D8 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 102 216 -
CMYK 0.14 0.53 0 0.15
HSL 284.21º 0.59% 0.62% -
HSV(B) 284.21º 0.53% 0.85% -
XYZ 37.4 24.9 67.8 -
YUV 140.11 170.83 160.73 -
System Red Green Blue C M Y K H S L
Decimal 186 102 216 0.14 0.53 0 0.15 284.21 0.59 0.62
Hex BA 66 D8 E 35 0 F 11C 3B 3E
Octal 272 146 330 16 65 0 17 434 73 76
Binary 10111010 1100110 11011000 1110 110101 0 1111 100011100 111011 111110

Color Harmonies of #BA66D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA66D8

Black with #BA66D8

Text Example


Text Example

White with #BA66D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA66D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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