Html Css Color HEX #BA5FBE Fuchsia

📋 copy color: '#BA5FBE'

red 186 ◦ green 95 ◦ blue 190

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

Shades of Fuchsia #BA5FBE

Tints of Fuchsia #BA5FBE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.17%

 BLUE value IS 190 (74.61% from 255) = 40.34%

R = 39.49%
G = 20.17%
B = 40.34%

CMYK

 C value IS 0.02

 M value IS 0.5

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA5FBE (or 0xBA5FBE) is known color: Fuchsia. HEX triplet: BA, 5F and BE. RGB value is (186,95,190). Sum of RGB (Red+Green+Blue) = 186+95+190=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA5FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5FBE is #45A041. Grayscale: #848484. Windows color (decimal): -4563010 or 12476346. OLE color: 12476346.

HSL color Cylindrical-coordinate representation of color #BA5FBE: hue angle of 297.47º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA5FBE is Cyan = 0.02, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 95 190 -
CMYK 0.02 0.5 0 0.25
HSL 297.47º 0.42% 0.56% -
HSV(B) 297.47º 0.5% 0.75% -
XYZ 33.64 22.34 51.25 -
YUV 133.04 160.15 165.78 -
System Red Green Blue C M Y K H S L
Decimal 186 95 190 0.02 0.5 0 0.25 297.47 0.42 0.56
Hex BA 5F BE 2 32 0 19 129 2A 38
Octal 272 137 276 2 62 0 31 451 52 70
Binary 10111010 1011111 10111110 10 110010 0 11001 100101001 101010 111000

Color Harmonies of #BA5FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5FBE

Black with #BA5FBE

Text Example


Text Example

White with #BA5FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5FBE; }

 p { color: rgb(186,95,190); }

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

background-color css

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

 a { background-color: rgb(186,95,190); }

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

border-color css

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

 span { border-color: rgb(186,95,190); }

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