Html Css Color HEX #B526AF Fuchsia

📋 copy color: '#B526AF'

red 181 ◦ green 38 ◦ blue 175

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

Shades of Fuchsia #B526AF

Tints of Fuchsia #B526AF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.64%

 BLUE value IS 175 (68.75% from 255) = 44.42%

R = 45.94%
G = 9.64%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B526AF (or 0xB526AF) is known color: Fuchsia. HEX triplet: B5, 26 and AF. RGB value is (181,38,175). Sum of RGB (Red+Green+Blue) = 181+38+175=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 38 (15.23% from 255 or 9.64% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B526AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B526AF is #4AD950. Grayscale: #5F5F5F. Windows color (decimal): -4905297 or 11478709. OLE color: 11478709.

HSL color Cylindrical-coordinate representation of color #B526AF: hue angle of 302.52º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B526AF is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 38 175 -
CMYK 0 0.79 0.03 0.29
HSL 302.52º 0.65% 0.43% -
HSV(B) 302.52º 0.79% 0.71% -
XYZ 27.49 14.31 41.87 -
YUV 96.38 172.38 188.36 -
System Red Green Blue C M Y K H S L
Decimal 181 38 175 0 0.79 0.03 0.29 302.52 0.65 0.43
Hex B5 26 AF 0 4F 3 1D 12F 41 2B
Octal 265 46 257 0 117 3 35 457 101 53
Binary 10110101 100110 10101111 0 1001111 11 11101 100101111 1000001 101011

Color Harmonies of #B526AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B526AF

Black with #B526AF

Text Example


Text Example

White with #B526AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B526AF; }

 p { color: rgb(181,38,175); }

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

background-color css

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

 a { background-color: rgb(181,38,175); }

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

border-color css

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

 span { border-color: rgb(181,38,175); }

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