Html Css Color HEX #BF5EB6 Fuchsia

📋 copy color: '#BF5EB6'

red 191 ◦ green 94 ◦ blue 182

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

Shades of Fuchsia #BF5EB6

Tints of Fuchsia #BF5EB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.97%

R = 40.9%
G = 20.13%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BF5EB6 (or 0xBF5EB6) is known color: Fuchsia. HEX triplet: BF, 5E and B6. RGB value is (191,94,182). Sum of RGB (Red+Green+Blue) = 191+94+182=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 182 (71.48% from 255 or 38.97% from 467); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5EB6 is #40A149. Grayscale: #848484. Windows color (decimal): -4235594 or 11951807. OLE color: 11951807.

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

Color convert

RGB 191 94 182 -
CMYK 0 0.51 0.05 0.25
HSL 305.57º 0.43% 0.56% -
HSV(B) 305.57º 0.51% 0.75% -
XYZ 33.93 22.46 46.8 -
YUV 133.04 155.64 169.34 -
System Red Green Blue C M Y K H S L
Decimal 191 94 182 0 0.51 0.05 0.25 305.57 0.43 0.56
Hex BF 5E B6 0 33 5 19 132 2B 38
Octal 277 136 266 0 63 5 31 462 53 70
Binary 10111111 1011110 10110110 0 110011 101 11001 100110010 101011 111000

Color Harmonies of #BF5EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5EB6

Black with #BF5EB6

Text Example


Text Example

White with #BF5EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5EB6; }

 p { color: rgb(191,94,182); }

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

background-color css

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

 a { background-color: rgb(191,94,182); }

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

border-color css

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

 span { border-color: rgb(191,94,182); }

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