Html Css Color HEX #BA6FE5 Medium Orchid

📋 copy color: '#BA6FE5'

red 186 ◦ green 111 ◦ blue 229

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

Shades of Medium Orchid #BA6FE5

Tints of Medium Orchid #BA6FE5

RGB

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

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

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

R = 35.36%
G = 21.1%
B = 43.54%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA6FE5 (or 0xBA6FE5) is known color: Medium Orchid. HEX triplet: BA, 6F and E5. RGB value is (186,111,229). Sum of RGB (Red+Green+Blue) = 186+111+229=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 111 (43.75% from 255 or 21.10% from 526); Blue value is 229 (89.84% from 255 or 43.54% from 526); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA6FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6FE5 is #45901A. Grayscale: #929292. Windows color (decimal): -4558875 or 15036346. OLE color: 15036346.

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

Color convert

RGB 186 111 229 -
CMYK 0.19 0.52 0 0.10
HSL 278.14º 0.69% 0.67% -
HSV(B) 278.14º 0.52% 0.9% -
XYZ 40.08 27.47 77.32 -
YUV 146.88 174.35 155.91 -
System Red Green Blue C M Y K H S L
Decimal 186 111 229 0.19 0.52 0 0.10 278.14 0.69 0.67
Hex BA 6F E5 13 34 0 A 116 45 43
Octal 272 157 345 23 64 0 12 426 105 103
Binary 10111010 1101111 11100101 10011 110100 0 1010 100010110 1000101 1000011

Color Harmonies of #BA6FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6FE5

Black with #BA6FE5

Text Example


Text Example

White with #BA6FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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