Html Css Color HEX #BA3ECC Medium Orchid

📋 copy color: '#BA3ECC'

red 186 ◦ green 62 ◦ blue 204

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

Shades of Medium Orchid #BA3ECC

Tints of Medium Orchid #BA3ECC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.72%

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

R = 41.15%
G = 13.72%
B = 45.13%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA3ECC (or 0xBA3ECC) is known color: Medium Orchid. HEX triplet: BA, 3E and CC. RGB value is (186,62,204). Sum of RGB (Red+Green+Blue) = 186+62+204=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 62 (24.61% from 255 or 13.72% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA3ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3ECC is #45C133. Grayscale: #727272. Windows color (decimal): -4571444 or 13385402. OLE color: 13385402.

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

Color convert

RGB 186 62 204 -
CMYK 0.09 0.70 0 0.2
HSL 292.39º 0.58% 0.52% -
HSV(B) 292.39º 0.7% 0.8% -
XYZ 32.87 18.24 58.92 -
YUV 115.26 178.08 178.45 -
System Red Green Blue C M Y K H S L
Decimal 186 62 204 0.09 0.70 0 0.2 292.39 0.58 0.52
Hex BA 3E CC 9 46 0 14 124 3A 34
Octal 272 76 314 11 106 0 24 444 72 64
Binary 10111010 111110 11001100 1001 1000110 0 10100 100100100 111010 110100

Color Harmonies of #BA3ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3ECC

Black with #BA3ECC

Text Example


Text Example

White with #BA3ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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