Html Css Color HEX #BA3CEC Medium Orchid

📋 copy color: '#BA3CEC'

red 186 ◦ green 60 ◦ blue 236

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

Shades of Medium Orchid #BA3CEC

Tints of Medium Orchid #BA3CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.96%

R = 38.59%
G = 12.45%
B = 48.96%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA3CEC (or 0xBA3CEC) is known color: Medium Orchid. HEX triplet: BA, 3C and EC. RGB value is (186,60,236). Sum of RGB (Red+Green+Blue) = 186+60+236=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 60 (23.83% from 255 or 12.45% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA3CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3CEC is #45C313. Grayscale: #757575. Windows color (decimal): -4571924 or 15482042. OLE color: 15482042.

HSL color Cylindrical-coordinate representation of color #BA3CEC: hue angle of 282.95º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA3CEC is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 60 236 -
CMYK 0.21 0.75 0 0.07
HSL 282.95º 0.82% 0.58% -
HSV(B) 282.95º 0.75% 0.93% -
XYZ 37.01 19.73 81.21 -
YUV 117.74 194.74 176.69 -
System Red Green Blue C M Y K H S L
Decimal 186 60 236 0.21 0.75 0 0.07 282.95 0.82 0.58
Hex BA 3C EC 15 4B 0 7 11B 52 3A
Octal 272 74 354 25 113 0 7 433 122 72
Binary 10111010 111100 11101100 10101 1001011 0 111 100011011 1010010 111010

Color Harmonies of #BA3CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3CEC

Black with #BA3CEC

Text Example


Text Example

White with #BA3CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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