Html Css Color HEX #BA3FFB Medium Orchid

📋 copy color: '#BA3FFB'

red 186 ◦ green 63 ◦ blue 251

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

Shades of Medium Orchid #BA3FFB

Tints of Medium Orchid #BA3FFB

RGB

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

 GREEN value IS 63 (25% from 255) = 12.6%

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

R = 37.2%
G = 12.6%
B = 50.2%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA3FFB (or 0xBA3FFB) is known color: Medium Orchid. HEX triplet: BA, 3F and FB. RGB value is (186,63,251). Sum of RGB (Red+Green+Blue) = 186+63+251=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 63 (25% from 255 or 12.6% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA3FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3FFB is #45C004. Grayscale: #787878. Windows color (decimal): -4571141 or 16465850. OLE color: 16465850.

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

Color convert

RGB 186 63 251 -
CMYK 0.26 0.75 0 0.02
HSL 279.26º 0.96% 0.62% -
HSV(B) 279.26º 0.75% 0.98% -
XYZ 39.44 20.96 93.23 -
YUV 121.21 201.25 174.21 -
System Red Green Blue C M Y K H S L
Decimal 186 63 251 0.26 0.75 0 0.02 279.26 0.96 0.62
Hex BA 3F FB 1A 4B 0 2 117 60 3E
Octal 272 77 373 32 113 0 2 427 140 76
Binary 10111010 111111 11111011 11010 1001011 0 10 100010111 1100000 111110

Color Harmonies of #BA3FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3FFB

Black with #BA3FFB

Text Example


Text Example

White with #BA3FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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