Html Css Color HEX #BA66D1 Medium Orchid

📋 copy color: '#BA66D1'

red 186 ◦ green 102 ◦ blue 209

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

Shades of Medium Orchid #BA66D1

Tints of Medium Orchid #BA66D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 42.05%

R = 37.42%
G = 20.52%
B = 42.05%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA66D1 (or 0xBA66D1) is known color: Medium Orchid. HEX triplet: BA, 66 and D1. RGB value is (186,102,209). Sum of RGB (Red+Green+Blue) = 186+102+209=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 102 (40.23% from 255 or 20.52% from 497); Blue value is 209 (82.03% from 255 or 42.05% from 497); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA66D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA66D1 is #45992E. Grayscale: #8A8A8A. Windows color (decimal): -4561199 or 13723322. OLE color: 13723322.

HSL color Cylindrical-coordinate representation of color #BA66D1: hue angle of 287.1º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA66D1 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 102 209 -
CMYK 0.11 0.51 0 0.18
HSL 287.1º 0.54% 0.61% -
HSV(B) 287.1º 0.51% 0.82% -
XYZ 36.51 24.55 63.14 -
YUV 139.31 167.33 161.3 -
System Red Green Blue C M Y K H S L
Decimal 186 102 209 0.11 0.51 0 0.18 287.1 0.54 0.61
Hex BA 66 D1 B 33 0 12 11F 36 3D
Octal 272 146 321 13 63 0 22 437 66 75
Binary 10111010 1100110 11010001 1011 110011 0 10010 100011111 110110 111101

Color Harmonies of #BA66D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA66D1

Black with #BA66D1

Text Example


Text Example

White with #BA66D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA66D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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