Html Css Color HEX #BA66D0 Medium Orchid

📋 copy color: '#BA66D0'

red 186 ◦ green 102 ◦ blue 208

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

Shades of Medium Orchid #BA66D0

Tints of Medium Orchid #BA66D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.94%

R = 37.5%
G = 20.56%
B = 41.94%

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

#BA66D0 (or 0xBA66D0) is known color: Medium Orchid. HEX triplet: BA, 66 and D0. RGB value is (186,102,208). Sum of RGB (Red+Green+Blue) = 186+102+208=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 208 (81.64% from 255 or 41.94% from 496); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA66D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA66D0 is #45992F. Grayscale: #8A8A8A. Windows color (decimal): -4561200 or 13657786. OLE color: 13657786.

HSL color Cylindrical-coordinate representation of color #BA66D0: hue angle of 287.55º degrees, saturation: 0.53, 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 #BA66D0 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 102 208 -
CMYK 0.11 0.51 0 0.18
HSL 287.55º 0.53% 0.61% -
HSV(B) 287.55º 0.51% 0.82% -
XYZ 36.39 24.5 62.48 -
YUV 139.2 166.83 161.38 -
System Red Green Blue C M Y K H S L
Decimal 186 102 208 0.11 0.51 0 0.18 287.55 0.53 0.61
Hex BA 66 D0 B 33 0 12 120 35 3D
Octal 272 146 320 13 63 0 22 440 65 75
Binary 10111010 1100110 11010000 1011 110011 0 10010 100100000 110101 111101

Color Harmonies of #BA66D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA66D0

Black with #BA66D0

Text Example


Text Example

White with #BA66D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA66D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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