Html Css Color HEX #B538B4 Fuchsia

📋 copy color: '#B538B4'

red 181 ◦ green 56 ◦ blue 180

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

Shades of Fuchsia #B538B4

Tints of Fuchsia #B538B4

RGB

 RED value IS 181 (71.09% from 255) = 43.41%

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

 BLUE value IS 180 (70.7% from 255) = 43.17%

R = 43.41%
G = 13.43%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B538B4 (or 0xB538B4) is known color: Fuchsia. HEX triplet: B5, 38 and B4. RGB value is (181,56,180). Sum of RGB (Red+Green+Blue) = 181+56+180=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 56 (22.27% from 255 or 13.43% from 417); Blue value is 180 (70.70% from 255 or 43.17% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B538B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B538B4 is #4AC74B. Grayscale: #6B6B6B. Windows color (decimal): -4900684 or 11810997. OLE color: 11810997.

HSL color Cylindrical-coordinate representation of color #B538B4: hue angle of 300.48º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B538B4 is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 56 180 -
CMYK 0 0.69 0.01 0.29
HSL 300.48º 0.53% 0.46% -
HSV(B) 300.48º 0.69% 0.71% -
XYZ 28.71 15.95 44.75 -
YUV 107.51 168.91 180.42 -
System Red Green Blue C M Y K H S L
Decimal 181 56 180 0 0.69 0.01 0.29 300.48 0.53 0.46
Hex B5 38 B4 0 45 1 1D 12C 35 2E
Octal 265 70 264 0 105 1 35 454 65 56
Binary 10110101 111000 10110100 0 1000101 1 11101 100101100 110101 101110

Color Harmonies of #B538B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B538B4

Black with #B538B4

Text Example


Text Example

White with #B538B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B538B4; }

 p { color: rgb(181,56,180); }

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

background-color css

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

 a { background-color: rgb(181,56,180); }

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

border-color css

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

 span { border-color: rgb(181,56,180); }

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