Html Css Color HEX #B844B7 Fuchsia

📋 copy color: '#B844B7'

red 184 ◦ green 68 ◦ blue 183

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

Shades of Fuchsia #B844B7

Tints of Fuchsia #B844B7

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.63%

 BLUE value IS 183 (71.88% from 255) = 42.07%

R = 42.3%
G = 15.63%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.28

RGB Variations

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

Color information

#B844B7 (or 0xB844B7) is known color: Fuchsia. HEX triplet: B8, 44 and B7. RGB value is (184,68,183). Sum of RGB (Red+Green+Blue) = 184+68+183=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 68 (26.95% from 255 or 15.63% from 435); Blue value is 183 (71.88% from 255 or 42.07% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B844B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B844B7 is #47BB48. Grayscale: #737373. Windows color (decimal): -4701001 or 12010680. OLE color: 12010680.

HSL color Cylindrical-coordinate representation of color #B844B7: hue angle of 300.52º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B844B7 is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 68 183 -
CMYK 0 0.63 0.01 0.28
HSL 300.52º 0.46% 0.49% -
HSV(B) 300.52º 0.63% 0.72% -
XYZ 30.38 17.74 46.62 -
YUV 115.79 165.93 176.65 -
System Red Green Blue C M Y K H S L
Decimal 184 68 183 0 0.63 0.01 0.28 300.52 0.46 0.49
Hex B8 44 B7 0 3F 1 1C 12D 2E 31
Octal 270 104 267 0 77 1 34 455 56 61
Binary 10111000 1000100 10110111 0 111111 1 11100 100101101 101110 110001

Color Harmonies of #B844B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B844B7

Black with #B844B7

Text Example


Text Example

White with #B844B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B844B7; }

 p { color: rgb(184,68,183); }

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

background-color css

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

 a { background-color: rgb(184,68,183); }

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

border-color css

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

 span { border-color: rgb(184,68,183); }

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