Html Css Color HEX #BA3CFB Medium Orchid

📋 copy color: '#BA3CFB'

red 186 ◦ green 60 ◦ blue 251

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

Shades of Medium Orchid #BA3CFB

Tints of Medium Orchid #BA3CFB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.07%

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

R = 37.42%
G = 12.07%
B = 50.5%

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

#BA3CFB (or 0xBA3CFB) is known color: Medium Orchid. HEX triplet: BA, 3C and FB. RGB value is (186,60,251). Sum of RGB (Red+Green+Blue) = 186+60+251=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 60 (23.83% from 255 or 12.07% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA3CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3CFB is #45C304. Grayscale: #767676. Windows color (decimal): -4571909 or 16465082. OLE color: 16465082.

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

Color convert

RGB 186 60 251 -
CMYK 0.26 0.76 0 0.02
HSL 279.58º 0.96% 0.61% -
HSV(B) 279.58º 0.76% 0.98% -
XYZ 39.28 20.64 93.18 -
YUV 119.45 202.24 175.47 -
System Red Green Blue C M Y K H S L
Decimal 186 60 251 0.26 0.76 0 0.02 279.58 0.96 0.61
Hex BA 3C FB 1A 4C 0 2 118 60 3D
Octal 272 74 373 32 114 0 2 430 140 75
Binary 10111010 111100 11111011 11010 1001100 0 10 100011000 1100000 111101

Color Harmonies of #BA3CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3CFB

Black with #BA3CFB

Text Example


Text Example

White with #BA3CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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