Html Css Color HEX #B04DBB Fuchsia

📋 copy color: '#B04DBB'

red 176 ◦ green 77 ◦ blue 187

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

Shades of Fuchsia #B04DBB

Tints of Fuchsia #B04DBB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.5%

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

R = 40%
G = 17.5%
B = 42.5%

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B04DBB (or 0xB04DBB) is known color: Fuchsia. HEX triplet: B0, 4D and BB. RGB value is (176,77,187). Sum of RGB (Red+Green+Blue) = 176+77+187=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #B04DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04DBB is #4FB244. Grayscale: #767676. Windows color (decimal): -5222981 or 12275120. OLE color: 12275120.

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

Color convert

RGB 176 77 187 -
CMYK 0.06 0.59 0 0.27
HSL 294º 0.45% 0.52% -
HSV(B) 294º 0.59% 0.73% -
XYZ 29.53 18.13 48.96 -
YUV 119.14 166.3 168.56 -
System Red Green Blue C M Y K H S L
Decimal 176 77 187 0.06 0.59 0 0.27 294 0.45 0.52
Hex B0 4D BB 6 3B 0 1B 126 2D 34
Octal 260 115 273 6 73 0 33 446 55 64
Binary 10110000 1001101 10111011 110 111011 0 11011 100100110 101101 110100

Color Harmonies of #B04DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04DBB

Black with #B04DBB

Text Example


Text Example

White with #B04DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04DBB; }

 p { color: rgb(176,77,187); }

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

background-color css

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

 a { background-color: rgb(176,77,187); }

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

border-color css

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

 span { border-color: rgb(176,77,187); }

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