Html Css Color HEX #BA6FE2 Medium Orchid

📋 copy color: '#BA6FE2'

red 186 ◦ green 111 ◦ blue 226

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

Shades of Medium Orchid #BA6FE2

Tints of Medium Orchid #BA6FE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 43.21%

R = 35.56%
G = 21.22%
B = 43.21%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BA6FE2 (or 0xBA6FE2) is known color: Medium Orchid. HEX triplet: BA, 6F and E2. RGB value is (186,111,226). Sum of RGB (Red+Green+Blue) = 186+111+226=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 111 (43.75% from 255 or 21.22% from 523); Blue value is 226 (88.67% from 255 or 43.21% from 523); Max value from RGB is 226 - color contains mainly: blue. Hex color #BA6FE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6FE2 is #45901D. Grayscale: #929292. Windows color (decimal): -4558878 or 14839738. OLE color: 14839738.

HSL color Cylindrical-coordinate representation of color #BA6FE2: hue angle of 279.13º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA6FE2 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 111 226 -
CMYK 0.18 0.51 0 0.11
HSL 279.13º 0.66% 0.66% -
HSV(B) 279.13º 0.51% 0.89% -
XYZ 39.66 27.3 75.13 -
YUV 146.54 172.85 156.15 -
System Red Green Blue C M Y K H S L
Decimal 186 111 226 0.18 0.51 0 0.11 279.13 0.66 0.66
Hex BA 6F E2 12 33 0 B 117 42 42
Octal 272 157 342 22 63 0 13 427 102 102
Binary 10111010 1101111 11100010 10010 110011 0 1011 100010111 1000010 1000010

Color Harmonies of #BA6FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6FE2

Black with #BA6FE2

Text Example


Text Example

White with #BA6FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6FE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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