Html Css Color HEX #B738AA Fuchsia

📋 copy color: '#B738AA'

red 183 ◦ green 56 ◦ blue 170

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

Shades of Fuchsia #B738AA

Tints of Fuchsia #B738AA

RGB

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

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

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

R = 44.74%
G = 13.69%
B = 41.56%

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

#B738AA (or 0xB738AA) is known color: Fuchsia. HEX triplet: B7, 38 and AA. RGB value is (183,56,170). Sum of RGB (Red+Green+Blue) = 183+56+170=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 56 (22.27% from 255 or 13.69% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 183 - color contains mainly: red. Hex color #B738AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B738AA is #48C755. Grayscale: #6A6A6A. Windows color (decimal): -4769622 or 11155639. OLE color: 11155639.

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

Color convert

RGB 183 56 170 -
CMYK 0 0.69 0.07 0.28
HSL 306.14º 0.53% 0.47% -
HSV(B) 306.14º 0.69% 0.72% -
XYZ 28.2 15.8 39.59 -
YUV 106.97 163.58 182.23 -
System Red Green Blue C M Y K H S L
Decimal 183 56 170 0 0.69 0.07 0.28 306.14 0.53 0.47
Hex B7 38 AA 0 45 7 1C 132 35 2F
Octal 267 70 252 0 105 7 34 462 65 57
Binary 10110111 111000 10101010 0 1000101 111 11100 100110010 110101 101111

Color Harmonies of #B738AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B738AA

Black with #B738AA

Text Example


Text Example

White with #B738AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B738AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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