Html Css Color HEX #BA4CFC Medium Orchid

📋 copy color: '#BA4CFC'

red 186 ◦ green 76 ◦ blue 252

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

Shades of Medium Orchid #BA4CFC

Tints of Medium Orchid #BA4CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.03%

R = 36.19%
G = 14.79%
B = 49.03%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA4CFC (or 0xBA4CFC) is known color: Medium Orchid. HEX triplet: BA, 4C and FC. RGB value is (186,76,252). Sum of RGB (Red+Green+Blue) = 186+76+252=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 76 (30.08% from 255 or 14.79% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA4CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4CFC is #45B303. Grayscale: #808080. Windows color (decimal): -4567812 or 16534714. OLE color: 16534714.

HSL color Cylindrical-coordinate representation of color #BA4CFC: hue angle of 277.5º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA4CFC is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 76 252 -
CMYK 0.26 0.70 0 0.01
HSL 277.5º 0.97% 0.64% -
HSV(B) 277.5º 0.7% 0.99% -
XYZ 40.4 22.64 94.34 -
YUV 128.95 197.44 168.69 -
System Red Green Blue C M Y K H S L
Decimal 186 76 252 0.26 0.70 0 0.01 277.5 0.97 0.64
Hex BA 4C FC 1A 46 0 1 116 61 40
Octal 272 114 374 32 106 0 1 426 141 100
Binary 10111010 1001100 11111100 11010 1000110 0 1 100010110 1100001 1000000

Color Harmonies of #BA4CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4CFC

Black with #BA4CFC

Text Example


Text Example

White with #BA4CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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