Html Css Color HEX #BA69D7 Medium Orchid

📋 copy color: '#BA69D7'

red 186 ◦ green 105 ◦ blue 215

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

Shades of Medium Orchid #BA69D7

Tints of Medium Orchid #BA69D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.49%

R = 36.76%
G = 20.75%
B = 42.49%

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

#BA69D7 (or 0xBA69D7) is known color: Medium Orchid. HEX triplet: BA, 69 and D7. RGB value is (186,105,215). Sum of RGB (Red+Green+Blue) = 186+105+215=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 105 (41.41% from 255 or 20.75% from 506); Blue value is 215 (84.38% from 255 or 42.49% from 506); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA69D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA69D7 is #459628. Grayscale: #8D8D8D. Windows color (decimal): -4560425 or 14117306. OLE color: 14117306.

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

Color convert

RGB 186 105 215 -
CMYK 0.13 0.51 0 0.16
HSL 284.18º 0.58% 0.63% -
HSV(B) 284.18º 0.51% 0.84% -
XYZ 37.57 25.45 67.22 -
YUV 141.76 169.34 159.56 -
System Red Green Blue C M Y K H S L
Decimal 186 105 215 0.13 0.51 0 0.16 284.18 0.58 0.63
Hex BA 69 D7 D 33 0 10 11C 3A 3F
Octal 272 151 327 15 63 0 20 434 72 77
Binary 10111010 1101001 11010111 1101 110011 0 10000 100011100 111010 111111

Color Harmonies of #BA69D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA69D7

Black with #BA69D7

Text Example


Text Example

White with #BA69D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA69D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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