Html Css Color HEX #BA69DA Medium Orchid

📋 copy color: '#BA69DA'

red 186 ◦ green 105 ◦ blue 218

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

Shades of Medium Orchid #BA69DA

Tints of Medium Orchid #BA69DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.83%

R = 36.54%
G = 20.63%
B = 42.83%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA69DA (or 0xBA69DA) is known color: Medium Orchid. HEX triplet: BA, 69 and DA. RGB value is (186,105,218). Sum of RGB (Red+Green+Blue) = 186+105+218=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA69DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA69DA is #459625. Grayscale: #8D8D8D. Windows color (decimal): -4560422 or 14313914. OLE color: 14313914.

HSL color Cylindrical-coordinate representation of color #BA69DA: hue angle of 283.01º 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 #BA69DA is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 105 218 -
CMYK 0.15 0.52 0 0.15
HSL 283.01º 0.6% 0.63% -
HSV(B) 283.01º 0.52% 0.85% -
XYZ 37.96 25.6 69.27 -
YUV 142.1 170.84 159.31 -
System Red Green Blue C M Y K H S L
Decimal 186 105 218 0.15 0.52 0 0.15 283.01 0.6 0.63
Hex BA 69 DA F 34 0 F 11B 3C 3F
Octal 272 151 332 17 64 0 17 433 74 77
Binary 10111010 1101001 11011010 1111 110100 0 1111 100011011 111100 111111

Color Harmonies of #BA69DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA69DA

Black with #BA69DA

Text Example


Text Example

White with #BA69DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA69DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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