Html Css Color HEX #BA4EC8 Medium Orchid

📋 copy color: '#BA4EC8'

red 186 ◦ green 78 ◦ blue 200

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

Shades of Medium Orchid #BA4EC8

Tints of Medium Orchid #BA4EC8

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.81%

 BLUE value IS 200 (78.52% from 255) = 43.1%

R = 40.09%
G = 16.81%
B = 43.1%

CMYK

 C value IS 0.07

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BA4EC8 (or 0xBA4EC8) is known color: Medium Orchid. HEX triplet: BA, 4E and C8. RGB value is (186,78,200). Sum of RGB (Red+Green+Blue) = 186+78+200=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 78 (30.86% from 255 or 16.81% from 464); Blue value is 200 (78.52% from 255 or 43.10% from 464); Max value from RGB is 200 - color contains mainly: blue. Hex color #BA4EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4EC8 is #45B137. Grayscale: #7B7B7B. Windows color (decimal): -4567352 or 13127354. OLE color: 13127354.

HSL color Cylindrical-coordinate representation of color #BA4EC8: hue angle of 293.11º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA4EC8 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 78 200 -
CMYK 0.07 0.61 0 0.22
HSL 293.11º 0.53% 0.55% -
HSV(B) 293.11º 0.61% 0.78% -
XYZ 33.4 20.06 56.75 -
YUV 124.2 170.78 172.08 -
System Red Green Blue C M Y K H S L
Decimal 186 78 200 0.07 0.61 0 0.22 293.11 0.53 0.55
Hex BA 4E C8 7 3D 0 16 125 35 37
Octal 272 116 310 7 75 0 26 445 65 67
Binary 10111010 1001110 11001000 111 111101 0 10110 100100101 110101 110111

Color Harmonies of #BA4EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4EC8

Black with #BA4EC8

Text Example


Text Example

White with #BA4EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4EC8; }

 p { color: rgb(186,78,200); }

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

background-color css

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

 a { background-color: rgb(186,78,200); }

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

border-color css

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

 span { border-color: rgb(186,78,200); }

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