Html Css Color HEX #BA69D9 Medium Orchid

📋 copy color: '#BA69D9'

red 186 ◦ green 105 ◦ blue 217

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

Shades of Medium Orchid #BA69D9

Tints of Medium Orchid #BA69D9

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.67%

 BLUE value IS 217 (85.16% from 255) = 42.72%

R = 36.61%
G = 20.67%
B = 42.72%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA69D9 (or 0xBA69D9) is known color: Medium Orchid. HEX triplet: BA, 69 and D9. RGB value is (186,105,217). Sum of RGB (Red+Green+Blue) = 186+105+217=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 217 (85.16% from 255 or 42.72% from 508); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA69D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA69D9 is #459626. Grayscale: #8D8D8D. Windows color (decimal): -4560423 or 14248378. OLE color: 14248378.

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

Color convert

RGB 186 105 217 -
CMYK 0.14 0.52 0 0.15
HSL 283.39º 0.6% 0.63% -
HSV(B) 283.39º 0.52% 0.85% -
XYZ 37.83 25.55 68.58 -
YUV 141.99 170.34 159.39 -
System Red Green Blue C M Y K H S L
Decimal 186 105 217 0.14 0.52 0 0.15 283.39 0.6 0.63
Hex BA 69 D9 E 34 0 F 11B 3C 3F
Octal 272 151 331 16 64 0 17 433 74 77
Binary 10111010 1101001 11011001 1110 110100 0 1111 100011011 111100 111111

Color Harmonies of #BA69D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA69D9

Black with #BA69D9

Text Example


Text Example

White with #BA69D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA69D9; }

 p { color: rgb(186,105,217); }

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

background-color css

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

 a { background-color: rgb(186,105,217); }

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

border-color css

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

 span { border-color: rgb(186,105,217); }

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