Html Css Color HEX #B742A8 Fuchsia

📋 copy color: '#B742A8'

red 183 ◦ green 66 ◦ blue 168

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

Shades of Fuchsia #B742A8

Tints of Fuchsia #B742A8

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.83%

 BLUE value IS 168 (66.02% from 255) = 40.29%

R = 43.88%
G = 15.83%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B742A8 (or 0xB742A8) is known color: Fuchsia. HEX triplet: B7, 42 and A8. RGB value is (183,66,168). Sum of RGB (Red+Green+Blue) = 183+66+168=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 168 (66.02% from 255 or 40.29% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B742A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B742A8 is #48BD57. Grayscale: #707070. Windows color (decimal): -4767064 or 11027127. OLE color: 11027127.

HSL color Cylindrical-coordinate representation of color #B742A8: hue angle of 307.69º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B742A8 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 66 168 -
CMYK 0 0.64 0.08 0.28
HSL 307.69º 0.47% 0.49% -
HSV(B) 307.69º 0.64% 0.72% -
XYZ 28.54 16.79 38.78 -
YUV 112.61 159.26 178.21 -
System Red Green Blue C M Y K H S L
Decimal 183 66 168 0 0.64 0.08 0.28 307.69 0.47 0.49
Hex B7 42 A8 0 40 8 1C 134 2F 31
Octal 267 102 250 0 100 10 34 464 57 61
Binary 10110111 1000010 10101000 0 1000000 1000 11100 100110100 101111 110001

Color Harmonies of #B742A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B742A8

Black with #B742A8

Text Example


Text Example

White with #B742A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B742A8; }

 p { color: rgb(183,66,168); }

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

background-color css

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

 a { background-color: rgb(183,66,168); }

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

border-color css

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

 span { border-color: rgb(183,66,168); }

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