Html Css Color HEX #B529B4 Fuchsia

📋 copy color: '#B529B4'

red 181 ◦ green 41 ◦ blue 180

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

Shades of Fuchsia #B529B4

Tints of Fuchsia #B529B4

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.2%

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

R = 45.02%
G = 10.2%
B = 44.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B529B4 (or 0xB529B4) is known color: Fuchsia. HEX triplet: B5, 29 and B4. RGB value is (181,41,180). Sum of RGB (Red+Green+Blue) = 181+41+180=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 41 (16.41% from 255 or 10.20% from 402); Blue value is 180 (70.70% from 255 or 44.78% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B529B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B529B4 is #4AD64B. Grayscale: #626262. Windows color (decimal): -4904524 or 11807157. OLE color: 11807157.

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

Color convert

RGB 181 41 180 -
CMYK 0 0.77 0.01 0.29
HSL 300.43º 0.63% 0.44% -
HSV(B) 300.43º 0.77% 0.71% -
XYZ 28.09 14.7 44.54 -
YUV 98.71 173.88 186.7 -
System Red Green Blue C M Y K H S L
Decimal 181 41 180 0 0.77 0.01 0.29 300.43 0.63 0.44
Hex B5 29 B4 0 4D 1 1D 12C 3F 2C
Octal 265 51 264 0 115 1 35 454 77 54
Binary 10110101 101001 10110100 0 1001101 1 11101 100101100 111111 101100

Color Harmonies of #B529B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B529B4

Black with #B529B4

Text Example


Text Example

White with #B529B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B529B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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