Html Css Color HEX #BA4ECC Medium Orchid

📋 copy color: '#BA4ECC'

red 186 ◦ green 78 ◦ blue 204

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

Shades of Medium Orchid #BA4ECC

Tints of Medium Orchid #BA4ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.59%

R = 39.74%
G = 16.67%
B = 43.59%

CMYK

 C value IS 0.09

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA4ECC (or 0xBA4ECC) is known color: Medium Orchid. HEX triplet: BA, 4E and CC. RGB value is (186,78,204). Sum of RGB (Red+Green+Blue) = 186+78+204=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 78 (30.86% from 255 or 16.67% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA4ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4ECC is #45B133. Grayscale: #7C7C7C. Windows color (decimal): -4567348 or 13389498. OLE color: 13389498.

HSL color Cylindrical-coordinate representation of color #BA4ECC: hue angle of 291.43º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA4ECC is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 186 78 204 -
CMYK 0.09 0.62 0 0.2
HSL 291.43º 0.55% 0.55% -
HSV(B) 291.43º 0.62% 0.8% -
XYZ 33.87 20.25 59.25 -
YUV 124.66 172.78 171.75 -
System Red Green Blue C M Y K H S L
Decimal 186 78 204 0.09 0.62 0 0.2 291.43 0.55 0.55
Hex BA 4E CC 9 3E 0 14 123 37 37
Octal 272 116 314 11 76 0 24 443 67 67
Binary 10111010 1001110 11001100 1001 111110 0 10100 100100011 110111 110111

Color Harmonies of #BA4ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4ECC

Black with #BA4ECC

Text Example


Text Example

White with #BA4ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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