Html Css Color HEX #BA69E5 Medium Orchid

📋 copy color: '#BA69E5'

red 186 ◦ green 105 ◦ blue 229

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

Shades of Medium Orchid #BA69E5

Tints of Medium Orchid #BA69E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 44.04%

R = 35.77%
G = 20.19%
B = 44.04%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA69E5 (or 0xBA69E5) is known color: Medium Orchid. HEX triplet: BA, 69 and E5. RGB value is (186,105,229). Sum of RGB (Red+Green+Blue) = 186+105+229=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 105 (41.41% from 255 or 20.19% from 520); Blue value is 229 (89.84% from 255 or 44.04% from 520); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA69E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA69E5 is #45961A. Grayscale: #8E8E8E. Windows color (decimal): -4560411 or 15034810. OLE color: 15034810.

HSL color Cylindrical-coordinate representation of color #BA69E5: hue angle of 279.19º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA69E5 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 105 229 -
CMYK 0.19 0.54 0 0.10
HSL 279.19º 0.7% 0.65% -
HSV(B) 279.19º 0.54% 0.9% -
XYZ 39.44 26.2 77.11 -
YUV 143.36 176.34 158.42 -
System Red Green Blue C M Y K H S L
Decimal 186 105 229 0.19 0.54 0 0.10 279.19 0.7 0.65
Hex BA 69 E5 13 36 0 A 117 46 41
Octal 272 151 345 23 66 0 12 427 106 101
Binary 10111010 1101001 11100101 10011 110110 0 1010 100010111 1000110 1000001

Color Harmonies of #BA69E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA69E5

Black with #BA69E5

Text Example


Text Example

White with #BA69E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA69E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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