Html Css Color HEX #B744C6 Fuchsia

📋 copy color: '#B744C6'

red 183 ◦ green 68 ◦ blue 198

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

Shades of Fuchsia #B744C6

Tints of Fuchsia #B744C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 44.1%

R = 40.76%
G = 15.14%
B = 44.1%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B744C6 (or 0xB744C6) is known color: Fuchsia. HEX triplet: B7, 44 and C6. RGB value is (183,68,198). Sum of RGB (Red+Green+Blue) = 183+68+198=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 68 (26.95% from 255 or 15.14% from 449); Blue value is 198 (77.73% from 255 or 44.10% from 449); Max value from RGB is 198 - color contains mainly: blue. Hex color #B744C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B744C6 is #48BB39. Grayscale: #747474. Windows color (decimal): -4766522 or 12993719. OLE color: 12993719.

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

Color convert

RGB 183 68 198 -
CMYK 0.08 0.66 0 0.22
HSL 293.08º 0.53% 0.52% -
HSV(B) 293.08º 0.66% 0.78% -
XYZ 31.79 18.28 55.28 -
YUV 117.21 173.6 174.93 -
System Red Green Blue C M Y K H S L
Decimal 183 68 198 0.08 0.66 0 0.22 293.08 0.53 0.52
Hex B7 44 C6 8 42 0 16 125 35 34
Octal 267 104 306 10 102 0 26 445 65 64
Binary 10110111 1000100 11000110 1000 1000010 0 10110 100100101 110101 110100

Color Harmonies of #B744C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B744C6

Black with #B744C6

Text Example


Text Example

White with #B744C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B744C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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