Html Css Color HEX #BF5CAB Fuchsia

📋 copy color: '#BF5CAB'

red 191 ◦ green 92 ◦ blue 171

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

Shades of Fuchsia #BF5CAB

Tints of Fuchsia #BF5CAB

RGB

 RED value IS 191 (75% from 255) = 42.07%

 GREEN value IS 92 (36.33% from 255) = 20.26%

 BLUE value IS 171 (67.19% from 255) = 37.67%

R = 42.07%
G = 20.26%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF5CAB (or 0xBF5CAB) is known color: Fuchsia. HEX triplet: BF, 5C and AB. RGB value is (191,92,171). Sum of RGB (Red+Green+Blue) = 191+92+171=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 92 (36.33% from 255 or 20.26% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5CAB is #40A354. Grayscale: #828282. Windows color (decimal): -4236117 or 11230399. OLE color: 11230399.

HSL color Cylindrical-coordinate representation of color #BF5CAB: hue angle of 312.12º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF5CAB is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 92 171 -
CMYK 0 0.52 0.10 0.25
HSL 312.12º 0.44% 0.55% -
HSV(B) 312.12º 0.52% 0.75% -
XYZ 32.66 21.67 40.99 -
YUV 130.61 150.8 171.08 -
System Red Green Blue C M Y K H S L
Decimal 191 92 171 0 0.52 0.10 0.25 312.12 0.44 0.55
Hex BF 5C AB 0 34 A 19 138 2C 37
Octal 277 134 253 0 64 12 31 470 54 67
Binary 10111111 1011100 10101011 0 110100 1010 11001 100111000 101100 110111

Color Harmonies of #BF5CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5CAB

Black with #BF5CAB

Text Example


Text Example

White with #BF5CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5CAB; }

 p { color: rgb(191,92,171); }

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

background-color css

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

 a { background-color: rgb(191,92,171); }

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

border-color css

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

 span { border-color: rgb(191,92,171); }

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