Html Css Color HEX #BB4FB4 Fuchsia

📋 copy color: '#BB4FB4'

red 187 ◦ green 79 ◦ blue 180

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

Shades of Fuchsia #BB4FB4

Tints of Fuchsia #BB4FB4

RGB

 RED value IS 187 (73.44% from 255) = 41.93%

 GREEN value IS 79 (31.25% from 255) = 17.71%

 BLUE value IS 180 (70.7% from 255) = 40.36%

R = 41.93%
G = 17.71%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BB4FB4 (or 0xBB4FB4) is known color: Fuchsia. HEX triplet: BB, 4F and B4. RGB value is (187,79,180). Sum of RGB (Red+Green+Blue) = 187+79+180=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 79 (31.25% from 255 or 17.71% from 446); Blue value is 180 (70.70% from 255 or 40.36% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4FB4 is #44B04B. Grayscale: #7A7A7A. Windows color (decimal): -4501580 or 11816891. OLE color: 11816891.

HSL color Cylindrical-coordinate representation of color #BB4FB4: hue angle of 303.89º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB4FB4 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 79 180 -
CMYK 0 0.58 0.04 0.27
HSL 303.89º 0.44% 0.52% -
HSV(B) 303.89º 0.58% 0.73% -
XYZ 31.53 19.45 45.27 -
YUV 122.81 160.28 173.79 -
System Red Green Blue C M Y K H S L
Decimal 187 79 180 0 0.58 0.04 0.27 303.89 0.44 0.52
Hex BB 4F B4 0 3A 4 1B 130 2C 34
Octal 273 117 264 0 72 4 33 460 54 64
Binary 10111011 1001111 10110100 0 111010 100 11011 100110000 101100 110100

Color Harmonies of #BB4FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4FB4

Black with #BB4FB4

Text Example


Text Example

White with #BB4FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4FB4; }

 p { color: rgb(187,79,180); }

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

background-color css

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

 a { background-color: rgb(187,79,180); }

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

border-color css

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

 span { border-color: rgb(187,79,180); }

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