Html Css Color HEX #BA34FA Medium Orchid

📋 copy color: '#BA34FA'

red 186 ◦ green 52 ◦ blue 250

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

Shades of Medium Orchid #BA34FA

Tints of Medium Orchid #BA34FA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.66%

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

R = 38.11%
G = 10.66%
B = 51.23%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA34FA (or 0xBA34FA) is known color: Medium Orchid. HEX triplet: BA, 34 and FA. RGB value is (186,52,250). Sum of RGB (Red+Green+Blue) = 186+52+250=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 52 (20.70% from 255 or 10.66% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA34FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA34FA is #45CB05. Grayscale: #717171. Windows color (decimal): -4573958 or 16397498. OLE color: 16397498.

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

Color convert

RGB 186 52 250 -
CMYK 0.26 0.79 0 0.02
HSL 280.61º 0.95% 0.59% -
HSV(B) 280.61º 0.79% 0.98% -
XYZ 38.73 19.8 92.22 -
YUV 114.64 204.39 178.9 -
System Red Green Blue C M Y K H S L
Decimal 186 52 250 0.26 0.79 0 0.02 280.61 0.95 0.59
Hex BA 34 FA 1A 4F 0 2 119 5F 3B
Octal 272 64 372 32 117 0 2 431 137 73
Binary 10111010 110100 11111010 11010 1001111 0 10 100011001 1011111 111011

Color Harmonies of #BA34FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA34FA

Black with #BA34FA

Text Example


Text Example

White with #BA34FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA34FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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