Html Css Color HEX #B842BD Fuchsia

📋 copy color: '#B842BD'

red 184 ◦ green 66 ◦ blue 189

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

Shades of Fuchsia #B842BD

Tints of Fuchsia #B842BD

RGB

 RED value IS 184 (72.27% from 255) = 41.91%

 GREEN value IS 66 (26.17% from 255) = 15.03%

 BLUE value IS 189 (74.22% from 255) = 43.05%

R = 41.91%
G = 15.03%
B = 43.05%

CMYK

 C value IS 0.03

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B842BD (or 0xB842BD) is known color: Fuchsia. HEX triplet: B8, 42 and BD. RGB value is (184,66,189). Sum of RGB (Red+Green+Blue) = 184+66+189=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 66 (26.17% from 255 or 15.03% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 189 - color contains mainly: blue. Hex color #B842BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B842BD is #47BD42. Grayscale: #727272. Windows color (decimal): -4701507 or 12403384. OLE color: 12403384.

HSL color Cylindrical-coordinate representation of color #B842BD: hue angle of 297.56º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B842BD is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 184 66 189 -
CMYK 0.03 0.65 0 0.26
HSL 297.56º 0.48% 0.5% -
HSV(B) 297.56º 0.65% 0.74% -
XYZ 30.9 17.76 49.94 -
YUV 115.3 169.59 177 -
System Red Green Blue C M Y K H S L
Decimal 184 66 189 0.03 0.65 0 0.26 297.56 0.48 0.5
Hex B8 42 BD 3 41 0 1A 12A 30 32
Octal 270 102 275 3 101 0 32 452 60 62
Binary 10111000 1000010 10111101 11 1000001 0 11010 100101010 110000 110010

Color Harmonies of #B842BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B842BD

Black with #B842BD

Text Example


Text Example

White with #B842BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B842BD; }

 p { color: rgb(184,66,189); }

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

background-color css

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

 a { background-color: rgb(184,66,189); }

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

border-color css

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

 span { border-color: rgb(184,66,189); }

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