Html Css Color HEX #BA69EC Medium Orchid

📋 copy color: '#BA69EC'

red 186 ◦ green 105 ◦ blue 236

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

Shades of Medium Orchid #BA69EC

Tints of Medium Orchid #BA69EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.78%

R = 35.29%
G = 19.92%
B = 44.78%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA69EC (or 0xBA69EC) is known color: Medium Orchid. HEX triplet: BA, 69 and EC. RGB value is (186,105,236). Sum of RGB (Red+Green+Blue) = 186+105+236=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 105 (41.41% from 255 or 19.92% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA69EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA69EC is #459613. Grayscale: #8F8F8F. Windows color (decimal): -4560404 or 15493562. OLE color: 15493562.

HSL color Cylindrical-coordinate representation of color #BA69EC: hue angle of 277.1º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA69EC is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 105 236 -
CMYK 0.21 0.56 0 0.07
HSL 277.1º 0.78% 0.67% -
HSV(B) 277.1º 0.56% 0.93% -
XYZ 40.44 26.6 82.36 -
YUV 144.15 179.84 157.85 -
System Red Green Blue C M Y K H S L
Decimal 186 105 236 0.21 0.56 0 0.07 277.1 0.78 0.67
Hex BA 69 EC 15 38 0 7 115 4E 43
Octal 272 151 354 25 70 0 7 425 116 103
Binary 10111010 1101001 11101100 10101 111000 0 111 100010101 1001110 1000011

Color Harmonies of #BA69EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA69EC

Black with #BA69EC

Text Example


Text Example

White with #BA69EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA69EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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