Html Css Color HEX #BA6BE0 Medium Orchid

📋 copy color: '#BA6BE0'

red 186 ◦ green 107 ◦ blue 224

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

Shades of Medium Orchid #BA6BE0

Tints of Medium Orchid #BA6BE0

RGB

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

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

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

R = 35.98%
G = 20.7%
B = 43.33%

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

#BA6BE0 (or 0xBA6BE0) is known color: Medium Orchid. HEX triplet: BA, 6B and E0. RGB value is (186,107,224). Sum of RGB (Red+Green+Blue) = 186+107+224=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 107 (42.19% from 255 or 20.70% from 517); Blue value is 224 (87.89% from 255 or 43.33% from 517); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA6BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6BE0 is #45941F. Grayscale: #8F8F8F. Windows color (decimal): -4559904 or 14707642. OLE color: 14707642.

HSL color Cylindrical-coordinate representation of color #BA6BE0: hue angle of 280.51º degrees, saturation: 0.65, 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 #BA6BE0 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 107 224 -
CMYK 0.17 0.52 0 0.12
HSL 280.51º 0.65% 0.65% -
HSV(B) 280.51º 0.52% 0.88% -
XYZ 38.96 26.34 73.55 -
YUV 143.96 173.17 157.99 -
System Red Green Blue C M Y K H S L
Decimal 186 107 224 0.17 0.52 0 0.12 280.51 0.65 0.65
Hex BA 6B E0 11 34 0 C 119 41 41
Octal 272 153 340 21 64 0 14 431 101 101
Binary 10111010 1101011 11100000 10001 110100 0 1100 100011001 1000001 1000001

Color Harmonies of #BA6BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6BE0

Black with #BA6BE0

Text Example


Text Example

White with #BA6BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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