Html Css Color HEX #B744C0 Fuchsia

📋 copy color: '#B744C0'

red 183 ◦ green 68 ◦ blue 192

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

Shades of Fuchsia #B744C0

Tints of Fuchsia #B744C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.34%

R = 41.31%
G = 15.35%
B = 43.34%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B744C0 (or 0xB744C0) is known color: Fuchsia. HEX triplet: B7, 44 and C0. RGB value is (183,68,192). Sum of RGB (Red+Green+Blue) = 183+68+192=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 68 (26.95% from 255 or 15.35% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 192 - color contains mainly: blue. Hex color #B744C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B744C0 is #48BB3F. Grayscale: #747474. Windows color (decimal): -4766528 or 12600503. OLE color: 12600503.

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

Color convert

RGB 183 68 192 -
CMYK 0.05 0.65 0 0.25
HSL 295.65º 0.5% 0.51% -
HSV(B) 295.65º 0.65% 0.75% -
XYZ 31.11 18.01 51.71 -
YUV 116.52 170.6 175.42 -
System Red Green Blue C M Y K H S L
Decimal 183 68 192 0.05 0.65 0 0.25 295.65 0.5 0.51
Hex B7 44 C0 5 41 0 19 128 32 33
Octal 267 104 300 5 101 0 31 450 62 63
Binary 10110111 1000100 11000000 101 1000001 0 11001 100101000 110010 110011

Color Harmonies of #B744C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B744C0

Black with #B744C0

Text Example


Text Example

White with #B744C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B744C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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