Html Css Color HEX #BA5EBB Fuchsia

📋 copy color: '#BA5EBB'

red 186 ◦ green 94 ◦ blue 187

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

Shades of Fuchsia #BA5EBB

Tints of Fuchsia #BA5EBB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.13%

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

R = 39.83%
G = 20.13%
B = 40.04%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA5EBB (or 0xBA5EBB) is known color: Fuchsia. HEX triplet: BA, 5E and BB. RGB value is (186,94,187). Sum of RGB (Red+Green+Blue) = 186+94+187=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA5EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5EBB is #45A144. Grayscale: #838383. Windows color (decimal): -4563269 or 12279482. OLE color: 12279482.

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

Color convert

RGB 186 94 187 -
CMYK 0.01 0.50 0 0.27
HSL 299.35º 0.41% 0.55% -
HSV(B) 299.35º 0.5% 0.73% -
XYZ 33.22 22.03 49.52 -
YUV 132.11 158.98 166.44 -
System Red Green Blue C M Y K H S L
Decimal 186 94 187 0.01 0.50 0 0.27 299.35 0.41 0.55
Hex BA 5E BB 1 32 0 1B 12B 29 37
Octal 272 136 273 1 62 0 33 453 51 67
Binary 10111010 1011110 10111011 1 110010 0 11011 100101011 101001 110111

Color Harmonies of #BA5EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5EBB

Black with #BA5EBB

Text Example


Text Example

White with #BA5EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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