Html Css Color HEX #BA3BFA Medium Orchid

📋 copy color: '#BA3BFA'

red 186 ◦ green 59 ◦ blue 250

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

Shades of Medium Orchid #BA3BFA

Tints of Medium Orchid #BA3BFA

RGB

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

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

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

R = 37.58%
G = 11.92%
B = 50.51%

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

#BA3BFA (or 0xBA3BFA) is known color: Medium Orchid. HEX triplet: BA, 3B and FA. RGB value is (186,59,250). Sum of RGB (Red+Green+Blue) = 186+59+250=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 59 (23.44% from 255 or 11.92% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA3BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3BFA is #45C405. Grayscale: #767676. Windows color (decimal): -4572166 or 16399290. OLE color: 16399290.

HSL color Cylindrical-coordinate representation of color #BA3BFA: hue angle of 279.9º degrees, saturation: 0.95, 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 #BA3BFA is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 59 250 -
CMYK 0.26 0.76 0 0.02
HSL 279.9º 0.95% 0.61% -
HSV(B) 279.9º 0.76% 0.98% -
XYZ 39.07 20.47 92.33 -
YUV 118.75 202.08 175.97 -
System Red Green Blue C M Y K H S L
Decimal 186 59 250 0.26 0.76 0 0.02 279.9 0.95 0.61
Hex BA 3B FA 1A 4C 0 2 118 5F 3D
Octal 272 73 372 32 114 0 2 430 137 75
Binary 10111010 111011 11111010 11010 1001100 0 10 100011000 1011111 111101

Color Harmonies of #BA3BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3BFA

Black with #BA3BFA

Text Example


Text Example

White with #BA3BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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