Html Css Color HEX #BF61BB Fuchsia

📋 copy color: '#BF61BB'

red 191 ◦ green 97 ◦ blue 187

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

Shades of Fuchsia #BF61BB

Tints of Fuchsia #BF61BB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.42%

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

R = 40.21%
G = 20.42%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BF61BB (or 0xBF61BB) is known color: Fuchsia. HEX triplet: BF, 61 and BB. RGB value is (191,97,187). Sum of RGB (Red+Green+Blue) = 191+97+187=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BF61BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF61BB is #409E44. Grayscale: #878787. Windows color (decimal): -4234821 or 12280255. OLE color: 12280255.

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

Color convert

RGB 191 97 187 -
CMYK 0 0.49 0.02 0.25
HSL 302.55º 0.42% 0.56% -
HSV(B) 302.55º 0.49% 0.75% -
XYZ 34.73 23.21 49.66 -
YUV 135.37 157.14 167.68 -
System Red Green Blue C M Y K H S L
Decimal 191 97 187 0 0.49 0.02 0.25 302.55 0.42 0.56
Hex BF 61 BB 0 31 2 19 12F 2A 38
Octal 277 141 273 0 61 2 31 457 52 70
Binary 10111111 1100001 10111011 0 110001 10 11001 100101111 101010 111000

Color Harmonies of #BF61BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF61BB

Black with #BF61BB

Text Example


Text Example

White with #BF61BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF61BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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