Html Css Color HEX #B742AD Fuchsia

📋 copy color: '#B742AD'

red 183 ◦ green 66 ◦ blue 173

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

Shades of Fuchsia #B742AD

Tints of Fuchsia #B742AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41%

R = 43.36%
G = 15.64%
B = 41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B742AD (or 0xB742AD) is known color: Fuchsia. HEX triplet: B7, 42 and AD. RGB value is (183,66,173). Sum of RGB (Red+Green+Blue) = 183+66+173=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 183 - color contains mainly: red. Hex color #B742AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B742AD is #48BD52. Grayscale: #707070. Windows color (decimal): -4767059 or 11354807. OLE color: 11354807.

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

Color convert

RGB 183 66 173 -
CMYK 0 0.64 0.05 0.28
HSL 305.13º 0.47% 0.49% -
HSV(B) 305.13º 0.64% 0.72% -
XYZ 29.02 16.98 41.28 -
YUV 113.18 161.76 177.8 -
System Red Green Blue C M Y K H S L
Decimal 183 66 173 0 0.64 0.05 0.28 305.13 0.47 0.49
Hex B7 42 AD 0 40 5 1C 131 2F 31
Octal 267 102 255 0 100 5 34 461 57 61
Binary 10110111 1000010 10101101 0 1000000 101 11100 100110001 101111 110001

Color Harmonies of #B742AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B742AD

Black with #B742AD

Text Example


Text Example

White with #B742AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B742AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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