Html Css Color HEX #B04BBF Fuchsia

📋 copy color: '#B04BBF'

red 176 ◦ green 75 ◦ blue 191

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

Shades of Fuchsia #B04BBF

Tints of Fuchsia #B04BBF

RGB

 RED value IS 176 (69.14% from 255) = 39.82%

 GREEN value IS 75 (29.69% from 255) = 16.97%

 BLUE value IS 191 (75% from 255) = 43.21%

R = 39.82%
G = 16.97%
B = 43.21%

CMYK

 C value IS 0.08

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B04BBF (or 0xB04BBF) is known color: Fuchsia. HEX triplet: B0, 4B and BF. RGB value is (176,75,191). Sum of RGB (Red+Green+Blue) = 176+75+191=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 75 (29.69% from 255 or 16.97% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #B04BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04BBF is #4FB440. Grayscale: #767676. Windows color (decimal): -5223489 or 12536752. OLE color: 12536752.

HSL color Cylindrical-coordinate representation of color #B04BBF: hue angle of 292.24º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B04BBF is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 75 191 -
CMYK 0.08 0.61 0 0.25
HSL 292.24º 0.48% 0.52% -
HSV(B) 292.24º 0.61% 0.75% -
XYZ 29.82 18.02 51.2 -
YUV 118.42 168.96 169.07 -
System Red Green Blue C M Y K H S L
Decimal 176 75 191 0.08 0.61 0 0.25 292.24 0.48 0.52
Hex B0 4B BF 8 3D 0 19 124 30 34
Octal 260 113 277 10 75 0 31 444 60 64
Binary 10110000 1001011 10111111 1000 111101 0 11001 100100100 110000 110100

Color Harmonies of #B04BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04BBF

Black with #B04BBF

Text Example


Text Example

White with #B04BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04BBF; }

 p { color: rgb(176,75,191); }

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

background-color css

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

 a { background-color: rgb(176,75,191); }

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

border-color css

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

 span { border-color: rgb(176,75,191); }

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