Html Css Color HEX #BA6FE0 Medium Orchid

📋 copy color: '#BA6FE0'

red 186 ◦ green 111 ◦ blue 224

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

Shades of Medium Orchid #BA6FE0

Tints of Medium Orchid #BA6FE0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.31%

 BLUE value IS 224 (87.89% from 255) = 42.99%

R = 35.7%
G = 21.31%
B = 42.99%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA6FE0 (or 0xBA6FE0) is known color: Medium Orchid. HEX triplet: BA, 6F and E0. RGB value is (186,111,224). Sum of RGB (Red+Green+Blue) = 186+111+224=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 111 (43.75% from 255 or 21.31% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA6FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6FE0 is #45901F. Grayscale: #919191. Windows color (decimal): -4558880 or 14708666. OLE color: 14708666.

HSL color Cylindrical-coordinate representation of color #BA6FE0: hue angle of 279.82º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA6FE0 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 111 224 -
CMYK 0.17 0.50 0 0.12
HSL 279.82º 0.65% 0.66% -
HSV(B) 279.82º 0.5% 0.88% -
XYZ 39.39 27.19 73.69 -
YUV 146.31 171.85 156.31 -
System Red Green Blue C M Y K H S L
Decimal 186 111 224 0.17 0.50 0 0.12 279.82 0.65 0.66
Hex BA 6F E0 11 32 0 C 118 41 42
Octal 272 157 340 21 62 0 14 430 101 102
Binary 10111010 1101111 11100000 10001 110010 0 1100 100011000 1000001 1000010

Color Harmonies of #BA6FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6FE0

Black with #BA6FE0

Text Example


Text Example

White with #BA6FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6FE0; }

 p { color: rgb(186,111,224); }

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

background-color css

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

 a { background-color: rgb(186,111,224); }

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

border-color css

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

 span { border-color: rgb(186,111,224); }

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