Html Css Color HEX #B441C3 Fuchsia

📋 copy color: '#B441C3'

red 180 ◦ green 65 ◦ blue 195

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

Shades of Fuchsia #B441C3

Tints of Fuchsia #B441C3

RGB

 RED value IS 180 (70.7% from 255) = 40.91%

 GREEN value IS 65 (25.78% from 255) = 14.77%

 BLUE value IS 195 (76.56% from 255) = 44.32%

R = 40.91%
G = 14.77%
B = 44.32%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B441C3 (or 0xB441C3) is known color: Fuchsia. HEX triplet: B4, 41 and C3. RGB value is (180,65,195). Sum of RGB (Red+Green+Blue) = 180+65+195=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 65 (25.78% from 255 or 14.77% from 440); Blue value is 195 (76.56% from 255 or 44.32% from 440); Max value from RGB is 195 - color contains mainly: blue. Hex color #B441C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B441C3 is #4BBE3C. Grayscale: #717171. Windows color (decimal): -4963901 or 12796340. OLE color: 12796340.

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

Color convert

RGB 180 65 195 -
CMYK 0.08 0.67 0 0.24
HSL 293.08º 0.52% 0.51% -
HSV(B) 293.08º 0.67% 0.76% -
XYZ 30.56 17.42 53.38 -
YUV 114.21 173.6 174.93 -
System Red Green Blue C M Y K H S L
Decimal 180 65 195 0.08 0.67 0 0.24 293.08 0.52 0.51
Hex B4 41 C3 8 43 0 18 125 34 33
Octal 264 101 303 10 103 0 30 445 64 63
Binary 10110100 1000001 11000011 1000 1000011 0 11000 100100101 110100 110011

Color Harmonies of #B441C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B441C3

Black with #B441C3

Text Example


Text Example

White with #B441C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B441C3; }

 p { color: rgb(180,65,195); }

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

background-color css

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

 a { background-color: rgb(180,65,195); }

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

border-color css

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

 span { border-color: rgb(180,65,195); }

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