Html Css Color HEX #B844C1 Fuchsia

📋 copy color: '#B844C1'

red 184 ◦ green 68 ◦ blue 193

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

Shades of Fuchsia #B844C1

Tints of Fuchsia #B844C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 43.37%

R = 41.35%
G = 15.28%
B = 43.37%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B844C1 (or 0xB844C1) is known color: Fuchsia. HEX triplet: B8, 44 and C1. RGB value is (184,68,193). Sum of RGB (Red+Green+Blue) = 184+68+193=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 68 (26.95% from 255 or 15.28% from 445); Blue value is 193 (75.78% from 255 or 43.37% from 445); Max value from RGB is 193 - color contains mainly: blue. Hex color #B844C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B844C1 is #47BB3E. Grayscale: #747474. Windows color (decimal): -4700991 or 12666040. OLE color: 12666040.

HSL color Cylindrical-coordinate representation of color #B844C1: hue angle of 295.68º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B844C1 is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 184 68 193 -
CMYK 0.05 0.65 0 0.24
HSL 295.68º 0.5% 0.51% -
HSV(B) 295.68º 0.65% 0.76% -
XYZ 31.46 18.17 52.3 -
YUV 116.93 170.93 175.84 -
System Red Green Blue C M Y K H S L
Decimal 184 68 193 0.05 0.65 0 0.24 295.68 0.5 0.51
Hex B8 44 C1 5 41 0 18 128 32 33
Octal 270 104 301 5 101 0 30 450 62 63
Binary 10111000 1000100 11000001 101 1000001 0 11000 100101000 110010 110011

Color Harmonies of #B844C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B844C1

Black with #B844C1

Text Example


Text Example

White with #B844C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B844C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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