Html Css Color HEX #BA6BE1 Medium Orchid

📋 copy color: '#BA6BE1'

red 186 ◦ green 107 ◦ blue 225

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

Shades of Medium Orchid #BA6BE1

Tints of Medium Orchid #BA6BE1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.66%

 BLUE value IS 225 (88.28% from 255) = 43.44%

R = 35.91%
G = 20.66%
B = 43.44%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA6BE1 (or 0xBA6BE1) is known color: Medium Orchid. HEX triplet: BA, 6B and E1. RGB value is (186,107,225). Sum of RGB (Red+Green+Blue) = 186+107+225=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 107 (42.19% from 255 or 20.66% from 518); Blue value is 225 (88.28% from 255 or 43.44% from 518); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA6BE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6BE1 is #45941E. Grayscale: #8F8F8F. Windows color (decimal): -4559903 or 14773178. OLE color: 14773178.

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

Color convert

RGB 186 107 225 -
CMYK 0.17 0.52 0 0.12
HSL 280.17º 0.66% 0.65% -
HSV(B) 280.17º 0.52% 0.88% -
XYZ 39.1 26.39 74.27 -
YUV 144.07 173.67 157.91 -
System Red Green Blue C M Y K H S L
Decimal 186 107 225 0.17 0.52 0 0.12 280.17 0.66 0.65
Hex BA 6B E1 11 34 0 C 118 42 41
Octal 272 153 341 21 64 0 14 430 102 101
Binary 10111010 1101011 11100001 10001 110100 0 1100 100011000 1000010 1000001

Color Harmonies of #BA6BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6BE1

Black with #BA6BE1

Text Example


Text Example

White with #BA6BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6BE1; }

 p { color: rgb(186,107,225); }

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

background-color css

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

 a { background-color: rgb(186,107,225); }

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

border-color css

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

 span { border-color: rgb(186,107,225); }

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