Html Css Color HEX #BF74BB Fuchsia

📋 copy color: '#BF74BB'

red 191 ◦ green 116 ◦ blue 187

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

Shades of Fuchsia #BF74BB

Tints of Fuchsia #BF74BB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.48%

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

R = 38.66%
G = 23.48%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BF74BB (or 0xBF74BB) is known color: Fuchsia. HEX triplet: BF, 74 and BB. RGB value is (191,116,187). Sum of RGB (Red+Green+Blue) = 191+116+187=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 116 (45.70% from 255 or 23.48% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 191 - color contains mainly: red. Hex color #BF74BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF74BB is #408B44. Grayscale: #929292. Windows color (decimal): -4229957 or 12285119. OLE color: 12285119.

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

Color convert

RGB 191 116 187 -
CMYK 0 0.39 0.02 0.25
HSL 303.2º 0.37% 0.6% -
HSV(B) 303.2º 0.39% 0.75% -
XYZ 36.7 27.16 50.32 -
YUV 146.52 150.85 159.73 -
System Red Green Blue C M Y K H S L
Decimal 191 116 187 0 0.39 0.02 0.25 303.2 0.37 0.6
Hex BF 74 BB 0 27 2 19 12F 25 3C
Octal 277 164 273 0 47 2 31 457 45 74
Binary 10111111 1110100 10111011 0 100111 10 11001 100101111 100101 111100

Color Harmonies of #BF74BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF74BB

Black with #BF74BB

Text Example


Text Example

White with #BF74BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF74BB; }

 p { color: rgb(191,116,187); }

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

background-color css

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

 a { background-color: rgb(191,116,187); }

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

border-color css

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

 span { border-color: rgb(191,116,187); }

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