Html Css Color HEX #BA4CFE Medium Orchid

📋 copy color: '#BA4CFE'

red 186 ◦ green 76 ◦ blue 254

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

Shades of Medium Orchid #BA4CFE

Tints of Medium Orchid #BA4CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.22%

R = 36.05%
G = 14.73%
B = 49.22%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BA4CFE (or 0xBA4CFE) is known color: Medium Orchid. HEX triplet: BA, 4C and FE. RGB value is (186,76,254). Sum of RGB (Red+Green+Blue) = 186+76+254=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 76 (30.08% from 255 or 14.73% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA4CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4CFE is #45B301. Grayscale: #808080. Windows color (decimal): -4567810 or 16665786. OLE color: 16665786.

HSL color Cylindrical-coordinate representation of color #BA4CFE: hue angle of 277.08º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA4CFE is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 186 76 254 -
CMYK 0.27 0.70 0 0.00
HSL 277.08º 0.99% 0.65% -
HSV(B) 277.08º 0.7% 1% -
XYZ 40.72 22.76 96.01 -
YUV 129.18 198.44 168.53 -
System Red Green Blue C M Y K H S L
Decimal 186 76 254 0.27 0.70 0 0.00 277.08 0.99 0.65
Hex BA 4C FE 1B 46 0 0 115 63 41
Octal 272 114 376 33 106 0 0 425 143 101
Binary 10111010 1001100 11111110 11011 1000110 0 0 100010101 1100011 1000001

Color Harmonies of #BA4CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4CFE

Black with #BA4CFE

Text Example


Text Example

White with #BA4CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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