Html Css Color HEX #BA6FE9 Medium Orchid

📋 copy color: '#BA6FE9'

red 186 ◦ green 111 ◦ blue 233

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

Shades of Medium Orchid #BA6FE9

Tints of Medium Orchid #BA6FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 43.96%

R = 35.09%
G = 20.94%
B = 43.96%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA6FE9 (or 0xBA6FE9) is known color: Medium Orchid. HEX triplet: BA, 6F and E9. RGB value is (186,111,233). Sum of RGB (Red+Green+Blue) = 186+111+233=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 111 (43.75% from 255 or 20.94% from 530); Blue value is 233 (91.41% from 255 or 43.96% from 530); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA6FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6FE9 is #459016. Grayscale: #929292. Windows color (decimal): -4558871 or 15298490. OLE color: 15298490.

HSL color Cylindrical-coordinate representation of color #BA6FE9: hue angle of 276.89º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA6FE9 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 111 233 -
CMYK 0.20 0.52 0 0.09
HSL 276.89º 0.73% 0.67% -
HSV(B) 276.89º 0.52% 0.91% -
XYZ 40.64 27.69 80.29 -
YUV 147.33 176.35 155.58 -
System Red Green Blue C M Y K H S L
Decimal 186 111 233 0.20 0.52 0 0.09 276.89 0.73 0.67
Hex BA 6F E9 14 34 0 9 115 49 43
Octal 272 157 351 24 64 0 11 425 111 103
Binary 10111010 1101111 11101001 10100 110100 0 1001 100010101 1001001 1000011

Color Harmonies of #BA6FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6FE9

Black with #BA6FE9

Text Example


Text Example

White with #BA6FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6FE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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