Html Css Color HEX #BA3BFB Medium Orchid

📋 copy color: '#BA3BFB'

red 186 ◦ green 59 ◦ blue 251

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

Shades of Medium Orchid #BA3BFB

Tints of Medium Orchid #BA3BFB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.9%

 BLUE value IS 251 (98.44% from 255) = 50.6%

R = 37.5%
G = 11.9%
B = 50.6%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA3BFB (or 0xBA3BFB) is known color: Medium Orchid. HEX triplet: BA, 3B and FB. RGB value is (186,59,251). Sum of RGB (Red+Green+Blue) = 186+59+251=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 59 (23.44% from 255 or 11.90% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA3BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3BFB is #45C404. Grayscale: #767676. Windows color (decimal): -4572165 or 16464826. OLE color: 16464826.

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

Color convert

RGB 186 59 251 -
CMYK 0.26 0.76 0 0.02
HSL 279.69º 0.96% 0.61% -
HSV(B) 279.69º 0.76% 0.98% -
XYZ 39.23 20.53 93.16 -
YUV 118.86 202.58 175.89 -
System Red Green Blue C M Y K H S L
Decimal 186 59 251 0.26 0.76 0 0.02 279.69 0.96 0.61
Hex BA 3B FB 1A 4C 0 2 118 60 3D
Octal 272 73 373 32 114 0 2 430 140 75
Binary 10111010 111011 11111011 11010 1001100 0 10 100011000 1100000 111101

Color Harmonies of #BA3BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3BFB

Black with #BA3BFB

Text Example


Text Example

White with #BA3BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3BFB; }

 p { color: rgb(186,59,251); }

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

background-color css

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

 a { background-color: rgb(186,59,251); }

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

border-color css

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

 span { border-color: rgb(186,59,251); }

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