Html Css Color HEX #BA4CFA Medium Orchid

📋 copy color: '#BA4CFA'

red 186 ◦ green 76 ◦ blue 250

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

Shades of Medium Orchid #BA4CFA

Tints of Medium Orchid #BA4CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.83%

R = 36.33%
G = 14.84%
B = 48.83%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA4CFA (or 0xBA4CFA) is known color: Medium Orchid. HEX triplet: BA, 4C and FA. RGB value is (186,76,250). Sum of RGB (Red+Green+Blue) = 186+76+250=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 76 (30.08% from 255 or 14.84% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA4CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4CFA is #45B305. Grayscale: #808080. Windows color (decimal): -4567814 or 16403642. OLE color: 16403642.

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

Color convert

RGB 186 76 250 -
CMYK 0.26 0.70 0 0.02
HSL 277.93º 0.95% 0.64% -
HSV(B) 277.93º 0.7% 0.98% -
XYZ 40.09 22.51 92.67 -
YUV 128.73 196.44 168.85 -
System Red Green Blue C M Y K H S L
Decimal 186 76 250 0.26 0.70 0 0.02 277.93 0.95 0.64
Hex BA 4C FA 1A 46 0 2 116 5F 40
Octal 272 114 372 32 106 0 2 426 137 100
Binary 10111010 1001100 11111010 11010 1000110 0 10 100010110 1011111 1000000

Color Harmonies of #BA4CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4CFA

Black with #BA4CFA

Text Example


Text Example

White with #BA4CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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