Html Css Color HEX #B738AD Fuchsia

📋 copy color: '#B738AD'

red 183 ◦ green 56 ◦ blue 173

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

Shades of Fuchsia #B738AD

Tints of Fuchsia #B738AD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.59%

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

R = 44.42%
G = 13.59%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B738AD (or 0xB738AD) is known color: Fuchsia. HEX triplet: B7, 38 and AD. RGB value is (183,56,173). Sum of RGB (Red+Green+Blue) = 183+56+173=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 56 (22.27% from 255 or 13.59% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 183 - color contains mainly: red. Hex color #B738AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B738AD is #48C752. Grayscale: #6A6A6A. Windows color (decimal): -4769619 or 11352247. OLE color: 11352247.

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

Color convert

RGB 183 56 173 -
CMYK 0 0.69 0.05 0.28
HSL 304.72º 0.53% 0.47% -
HSV(B) 304.72º 0.69% 0.72% -
XYZ 28.49 15.91 41.11 -
YUV 107.31 165.08 181.99 -
System Red Green Blue C M Y K H S L
Decimal 183 56 173 0 0.69 0.05 0.28 304.72 0.53 0.47
Hex B7 38 AD 0 45 5 1C 131 35 2F
Octal 267 70 255 0 105 5 34 461 65 57
Binary 10110111 111000 10101101 0 1000101 101 11100 100110001 110101 101111

Color Harmonies of #B738AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B738AD

Black with #B738AD

Text Example


Text Example

White with #B738AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B738AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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