Html Css Color HEX #BF52BB Fuchsia

📋 copy color: '#BF52BB'

red 191 ◦ green 82 ◦ blue 187

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

Shades of Fuchsia #BF52BB

Tints of Fuchsia #BF52BB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.83%

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

R = 41.52%
G = 17.83%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BF52BB (or 0xBF52BB) is known color: Fuchsia. HEX triplet: BF, 52 and BB. RGB value is (191,82,187). Sum of RGB (Red+Green+Blue) = 191+82+187=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 191 - color contains mainly: red. Hex color #BF52BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF52BB is #40AD44. Grayscale: #7E7E7E. Windows color (decimal): -4238661 or 12276415. OLE color: 12276415.

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

Color convert

RGB 191 82 187 -
CMYK 0 0.57 0.02 0.25
HSL 302.2º 0.46% 0.54% -
HSV(B) 302.2º 0.57% 0.75% -
XYZ 33.47 20.7 49.24 -
YUV 126.56 162.11 173.96 -
System Red Green Blue C M Y K H S L
Decimal 191 82 187 0 0.57 0.02 0.25 302.2 0.46 0.54
Hex BF 52 BB 0 39 2 19 12E 2E 36
Octal 277 122 273 0 71 2 31 456 56 66
Binary 10111111 1010010 10111011 0 111001 10 11001 100101110 101110 110110

Color Harmonies of #BF52BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF52BB

Black with #BF52BB

Text Example


Text Example

White with #BF52BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF52BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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