Html Css Color HEX #B744B1 Fuchsia

📋 copy color: '#B744B1'

red 183 ◦ green 68 ◦ blue 177

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

Shades of Fuchsia #B744B1

Tints of Fuchsia #B744B1

RGB

 RED value IS 183 (71.88% from 255) = 42.76%

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

 BLUE value IS 177 (69.53% from 255) = 41.36%

R = 42.76%
G = 15.89%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B744B1 (or 0xB744B1) is known color: Fuchsia. HEX triplet: B7, 44 and B1. RGB value is (183,68,177). Sum of RGB (Red+Green+Blue) = 183+68+177=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 68 (26.95% from 255 or 15.89% from 428); Blue value is 177 (69.53% from 255 or 41.36% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B744B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B744B1 is #48BB4E. Grayscale: #727272. Windows color (decimal): -4766543 or 11617463. OLE color: 11617463.

HSL color Cylindrical-coordinate representation of color #B744B1: hue angle of 303.13º 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 #B744B1 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 68 177 -
CMYK 0 0.63 0.03 0.28
HSL 303.13º 0.46% 0.49% -
HSV(B) 303.13º 0.63% 0.72% -
XYZ 29.53 17.38 43.39 -
YUV 114.81 163.1 176.64 -
System Red Green Blue C M Y K H S L
Decimal 183 68 177 0 0.63 0.03 0.28 303.13 0.46 0.49
Hex B7 44 B1 0 3F 3 1C 12F 2E 31
Octal 267 104 261 0 77 3 34 457 56 61
Binary 10110111 1000100 10110001 0 111111 11 11100 100101111 101110 110001

Color Harmonies of #B744B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B744B1

Black with #B744B1

Text Example


Text Example

White with #B744B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B744B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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