Html Css Color HEX #BA4CFF Medium Orchid

📋 copy color: '#BA4CFF'

red 186 ◦ green 76 ◦ blue 255

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

Shades of Medium Orchid #BA4CFF

Tints of Medium Orchid #BA4CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.32%

R = 35.98%
G = 14.7%
B = 49.32%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BA4CFF (or 0xBA4CFF) is known color: Medium Orchid. HEX triplet: BA, 4C and FF. RGB value is (186,76,255). Sum of RGB (Red+Green+Blue) = 186+76+255=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 76 (30.08% from 255 or 14.70% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA4CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4CFF is #45B300. Grayscale: #808080. Windows color (decimal): -4567809 or 16731322. OLE color: 16731322.

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

Color convert

RGB 186 76 255 -
CMYK 0.27 0.70 0 0
HSL 276.87º 1% 0.65% -
HSV(B) 276.87º 0.7% 1% -
XYZ 40.88 22.83 96.86 -
YUV 129.3 198.94 168.45 -
System Red Green Blue C M Y K H S L
Decimal 186 76 255 0.27 0.70 0 0 276.87 1 0.65
Hex BA 4C FF 1B 46 0 0 115 64 41
Octal 272 114 377 33 106 0 0 425 144 101
Binary 10111010 1001100 11111111 11011 1000110 0 0 100010101 1100100 1000001

Color Harmonies of #BA4CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4CFF

Black with #BA4CFF

Text Example


Text Example

White with #BA4CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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