Html Css Color HEX #BA69D8 Medium Orchid

📋 copy color: '#BA69D8'

red 186 ◦ green 105 ◦ blue 216

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

Shades of Medium Orchid #BA69D8

Tints of Medium Orchid #BA69D8

RGB

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

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

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

R = 36.69%
G = 20.71%
B = 42.6%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA69D8 (or 0xBA69D8) is known color: Medium Orchid. HEX triplet: BA, 69 and D8. RGB value is (186,105,216). Sum of RGB (Red+Green+Blue) = 186+105+216=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 105 (41.41% from 255 or 20.71% from 507); Blue value is 216 (84.77% from 255 or 42.60% from 507); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA69D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA69D8 is #459627. Grayscale: #8D8D8D. Windows color (decimal): -4560424 or 14182842. OLE color: 14182842.

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

Color convert

RGB 186 105 216 -
CMYK 0.14 0.51 0 0.15
HSL 283.78º 0.59% 0.63% -
HSV(B) 283.78º 0.51% 0.85% -
XYZ 37.7 25.5 67.9 -
YUV 141.87 169.84 159.47 -
System Red Green Blue C M Y K H S L
Decimal 186 105 216 0.14 0.51 0 0.15 283.78 0.59 0.63
Hex BA 69 D8 E 33 0 F 11C 3B 3F
Octal 272 151 330 16 63 0 17 434 73 77
Binary 10111010 1101001 11011000 1110 110011 0 1111 100011100 111011 111111

Color Harmonies of #BA69D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA69D8

Black with #BA69D8

Text Example


Text Example

White with #BA69D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA69D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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