Html Css Color HEX #BF72BB Fuchsia

📋 copy color: '#BF72BB'

red 191 ◦ green 114 ◦ blue 187

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

Shades of Fuchsia #BF72BB

Tints of Fuchsia #BF72BB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.17%

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

R = 38.82%
G = 23.17%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BF72BB (or 0xBF72BB) is known color: Fuchsia. HEX triplet: BF, 72 and BB. RGB value is (191,114,187). Sum of RGB (Red+Green+Blue) = 191+114+187=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 191 - color contains mainly: red. Hex color #BF72BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF72BB is #408D44. Grayscale: #919191. Windows color (decimal): -4230469 or 12284607. OLE color: 12284607.

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

Color convert

RGB 191 114 187 -
CMYK 0 0.40 0.02 0.25
HSL 303.12º 0.38% 0.6% -
HSV(B) 303.12º 0.4% 0.75% -
XYZ 36.47 26.7 50.24 -
YUV 145.35 151.51 160.56 -
System Red Green Blue C M Y K H S L
Decimal 191 114 187 0 0.40 0.02 0.25 303.12 0.38 0.6
Hex BF 72 BB 0 28 2 19 12F 26 3C
Octal 277 162 273 0 50 2 31 457 46 74
Binary 10111111 1110010 10111011 0 101000 10 11001 100101111 100110 111100

Color Harmonies of #BF72BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF72BB

Black with #BF72BB

Text Example


Text Example

White with #BF72BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF72BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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