Html Css Color HEX #BA69D5 Medium Orchid

📋 copy color: '#BA69D5'

red 186 ◦ green 105 ◦ blue 213

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

Shades of Medium Orchid #BA69D5

Tints of Medium Orchid #BA69D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.26%

R = 36.9%
G = 20.83%
B = 42.26%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA69D5 (or 0xBA69D5) is known color: Medium Orchid. HEX triplet: BA, 69 and D5. RGB value is (186,105,213). Sum of RGB (Red+Green+Blue) = 186+105+213=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 105 (41.41% from 255 or 20.83% from 504); Blue value is 213 (83.59% from 255 or 42.26% from 504); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA69D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA69D5 is #45962A. Grayscale: #8D8D8D. Windows color (decimal): -4560427 or 13986234. OLE color: 13986234.

HSL color Cylindrical-coordinate representation of color #BA69D5: hue angle of 285º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA69D5 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 105 213 -
CMYK 0.13 0.51 0 0.16
HSL 285º 0.56% 0.62% -
HSV(B) 285º 0.51% 0.84% -
XYZ 37.31 25.35 65.88 -
YUV 141.53 168.34 159.72 -
System Red Green Blue C M Y K H S L
Decimal 186 105 213 0.13 0.51 0 0.16 285 0.56 0.62
Hex BA 69 D5 D 33 0 10 11D 38 3E
Octal 272 151 325 15 63 0 20 435 70 76
Binary 10111010 1101001 11010101 1101 110011 0 10000 100011101 111000 111110

Color Harmonies of #BA69D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA69D5

Black with #BA69D5

Text Example


Text Example

White with #BA69D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA69D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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