Html Css Color HEX #BA4CEC Medium Orchid

📋 copy color: '#BA4CEC'

red 186 ◦ green 76 ◦ blue 236

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

Shades of Medium Orchid #BA4CEC

Tints of Medium Orchid #BA4CEC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.26%

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

R = 37.35%
G = 15.26%
B = 47.39%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA4CEC (or 0xBA4CEC) is known color: Medium Orchid. HEX triplet: BA, 4C and EC. RGB value is (186,76,236). Sum of RGB (Red+Green+Blue) = 186+76+236=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 76 (30.08% from 255 or 15.26% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA4CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4CEC is #45B313. Grayscale: #7E7E7E. Windows color (decimal): -4567828 or 15486138. OLE color: 15486138.

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

Color convert

RGB 186 76 236 -
CMYK 0.21 0.68 0 0.07
HSL 281.25º 0.81% 0.61% -
HSV(B) 281.25º 0.68% 0.93% -
XYZ 37.97 21.66 81.54 -
YUV 127.13 189.44 169.99 -
System Red Green Blue C M Y K H S L
Decimal 186 76 236 0.21 0.68 0 0.07 281.25 0.81 0.61
Hex BA 4C EC 15 44 0 7 119 51 3D
Octal 272 114 354 25 104 0 7 431 121 75
Binary 10111010 1001100 11101100 10101 1000100 0 111 100011001 1010001 111101

Color Harmonies of #BA4CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4CEC

Black with #BA4CEC

Text Example


Text Example

White with #BA4CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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