Html Css Color HEX #B739AA Fuchsia

📋 copy color: '#B739AA'

red 183 ◦ green 57 ◦ blue 170

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

Shades of Fuchsia #B739AA

Tints of Fuchsia #B739AA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.9%

 BLUE value IS 170 (66.8% from 255) = 41.46%

R = 44.63%
G = 13.9%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B739AA (or 0xB739AA) is known color: Fuchsia. HEX triplet: B7, 39 and AA. RGB value is (183,57,170). Sum of RGB (Red+Green+Blue) = 183+57+170=410 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.63% from 410); Green value is 57 (22.66% from 255 or 13.90% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 183 - color contains mainly: red. Hex color #B739AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B739AA is #48C655. Grayscale: #6B6B6B. Windows color (decimal): -4769366 or 11155895. OLE color: 11155895.

HSL color Cylindrical-coordinate representation of color #B739AA: hue angle of 306.19º degrees, saturation: 0.52, 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 #B739AA is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 57 170 -
CMYK 0 0.69 0.07 0.28
HSL 306.19º 0.53% 0.47% -
HSV(B) 306.19º 0.69% 0.72% -
XYZ 28.25 15.9 39.61 -
YUV 107.56 163.24 181.81 -
System Red Green Blue C M Y K H S L
Decimal 183 57 170 0 0.69 0.07 0.28 306.19 0.53 0.47
Hex B7 39 AA 0 45 7 1C 132 34 2F
Octal 267 71 252 0 105 7 34 462 64 57
Binary 10110111 111001 10101010 0 1000101 111 11100 100110010 110100 101111

Color Harmonies of #B739AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B739AA

Black with #B739AA

Text Example


Text Example

White with #B739AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B739AA; }

 p { color: rgb(183,57,170); }

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

background-color css

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

 a { background-color: rgb(183,57,170); }

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

border-color css

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

 span { border-color: rgb(183,57,170); }

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