Html Css Color HEX #BA5FBB Fuchsia

📋 copy color: '#BA5FBB'

red 186 ◦ green 95 ◦ blue 187

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

Shades of Fuchsia #BA5FBB

Tints of Fuchsia #BA5FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.96%

R = 39.74%
G = 20.3%
B = 39.96%

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA5FBB (or 0xBA5FBB) is known color: Fuchsia. HEX triplet: BA, 5F and BB. RGB value is (186,95,187). Sum of RGB (Red+Green+Blue) = 186+95+187=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 95 (37.5% from 255 or 20.30% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA5FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5FBB is #45A044. Grayscale: #848484. Windows color (decimal): -4563013 or 12279738. OLE color: 12279738.

HSL color Cylindrical-coordinate representation of color #BA5FBB: hue angle of 299.35º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA5FBB is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 95 187 -
CMYK 0.01 0.49 0 0.27
HSL 299.35º 0.4% 0.55% -
HSV(B) 299.35º 0.49% 0.73% -
XYZ 33.31 22.21 49.55 -
YUV 132.7 158.65 166.02 -
System Red Green Blue C M Y K H S L
Decimal 186 95 187 0.01 0.49 0 0.27 299.35 0.4 0.55
Hex BA 5F BB 1 31 0 1B 12B 28 37
Octal 272 137 273 1 61 0 33 453 50 67
Binary 10111010 1011111 10111011 1 110001 0 11011 100101011 101000 110111

Color Harmonies of #BA5FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5FBB

Black with #BA5FBB

Text Example


Text Example

White with #BA5FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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