Html Css Color HEX #BA3CE0 Medium Orchid

📋 copy color: '#BA3CE0'

red 186 ◦ green 60 ◦ blue 224

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

Shades of Medium Orchid #BA3CE0

Tints of Medium Orchid #BA3CE0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.77%

 BLUE value IS 224 (87.89% from 255) = 47.66%

R = 39.57%
G = 12.77%
B = 47.66%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA3CE0 (or 0xBA3CE0) is known color: Medium Orchid. HEX triplet: BA, 3C and E0. RGB value is (186,60,224). Sum of RGB (Red+Green+Blue) = 186+60+224=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 60 (23.83% from 255 or 12.77% from 470); Blue value is 224 (87.89% from 255 or 47.66% from 470); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA3CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3CE0 is #45C31F. Grayscale: #737373. Windows color (decimal): -4571936 or 14695610. OLE color: 14695610.

HSL color Cylindrical-coordinate representation of color #BA3CE0: hue angle of 286.1º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3CE0 is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 60 224 -
CMYK 0.17 0.73 0 0.12
HSL 286.1º 0.73% 0.56% -
HSV(B) 286.1º 0.73% 0.88% -
XYZ 35.32 19.05 72.34 -
YUV 116.37 188.74 177.66 -
System Red Green Blue C M Y K H S L
Decimal 186 60 224 0.17 0.73 0 0.12 286.1 0.73 0.56
Hex BA 3C E0 11 49 0 C 11E 49 38
Octal 272 74 340 21 111 0 14 436 111 70
Binary 10111010 111100 11100000 10001 1001001 0 1100 100011110 1001001 111000

Color Harmonies of #BA3CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3CE0

Black with #BA3CE0

Text Example


Text Example

White with #BA3CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3CE0; }

 p { color: rgb(186,60,224); }

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

background-color css

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

 a { background-color: rgb(186,60,224); }

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

border-color css

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

 span { border-color: rgb(186,60,224); }

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