Html Css Color HEX #BA3ECB Medium Orchid

📋 copy color: '#BA3ECB'

red 186 ◦ green 62 ◦ blue 203

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

Shades of Medium Orchid #BA3ECB

Tints of Medium Orchid #BA3ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.01%

R = 41.24%
G = 13.75%
B = 45.01%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA3ECB (or 0xBA3ECB) is known color: Medium Orchid. HEX triplet: BA, 3E and CB. RGB value is (186,62,203). Sum of RGB (Red+Green+Blue) = 186+62+203=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 62 (24.61% from 255 or 13.75% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA3ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3ECB is #45C134. Grayscale: #727272. Windows color (decimal): -4571445 or 13319866. OLE color: 13319866.

HSL color Cylindrical-coordinate representation of color #BA3ECB: hue angle of 292.77º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA3ECB is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 62 203 -
CMYK 0.08 0.69 0 0.20
HSL 292.77º 0.58% 0.52% -
HSV(B) 292.77º 0.69% 0.8% -
XYZ 32.75 18.2 58.29 -
YUV 115.15 177.58 178.54 -
System Red Green Blue C M Y K H S L
Decimal 186 62 203 0.08 0.69 0 0.20 292.77 0.58 0.52
Hex BA 3E CB 8 45 0 14 125 3A 34
Octal 272 76 313 10 105 0 24 445 72 64
Binary 10111010 111110 11001011 1000 1000101 0 10100 100100101 111010 110100

Color Harmonies of #BA3ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3ECB

Black with #BA3ECB

Text Example


Text Example

White with #BA3ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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