Html Css Color HEX #BA6EE4 Medium Orchid

📋 copy color: '#BA6EE4'

red 186 ◦ green 110 ◦ blue 228

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

Shades of Medium Orchid #BA6EE4

Tints of Medium Orchid #BA6EE4

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.99%

 BLUE value IS 228 (89.45% from 255) = 43.51%

R = 35.5%
G = 20.99%
B = 43.51%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BA6EE4 (or 0xBA6EE4) is known color: Medium Orchid. HEX triplet: BA, 6E and E4. RGB value is (186,110,228). Sum of RGB (Red+Green+Blue) = 186+110+228=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 110 (43.36% from 255 or 20.99% from 524); Blue value is 228 (89.45% from 255 or 43.51% from 524); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA6EE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6EE4 is #45911B. Grayscale: #919191. Windows color (decimal): -4559132 or 14970554. OLE color: 14970554.

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

Color convert

RGB 186 110 228 -
CMYK 0.18 0.52 0 0.11
HSL 278.64º 0.69% 0.66% -
HSV(B) 278.64º 0.52% 0.89% -
XYZ 39.83 27.19 76.55 -
YUV 146.18 174.18 156.41 -
System Red Green Blue C M Y K H S L
Decimal 186 110 228 0.18 0.52 0 0.11 278.64 0.69 0.66
Hex BA 6E E4 12 34 0 B 117 45 42
Octal 272 156 344 22 64 0 13 427 105 102
Binary 10111010 1101110 11100100 10010 110100 0 1011 100010111 1000101 1000010

Color Harmonies of #BA6EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6EE4

Black with #BA6EE4

Text Example


Text Example

White with #BA6EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6EE4; }

 p { color: rgb(186,110,228); }

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

background-color css

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

 a { background-color: rgb(186,110,228); }

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

border-color css

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

 span { border-color: rgb(186,110,228); }

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