Html Css Color HEX #B534C3 Fuchsia

📋 copy color: '#B534C3'

red 181 ◦ green 52 ◦ blue 195

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

Shades of Fuchsia #B534C3

Tints of Fuchsia #B534C3

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.15%

 BLUE value IS 195 (76.56% from 255) = 45.56%

R = 42.29%
G = 12.15%
B = 45.56%

CMYK

 C value IS 0.07

 M value IS 0.73

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B534C3 (or 0xB534C3) is known color: Fuchsia. HEX triplet: B5, 34 and C3. RGB value is (181,52,195). Sum of RGB (Red+Green+Blue) = 181+52+195=428 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.29% from 428); Green value is 52 (20.70% from 255 or 12.15% from 428); Blue value is 195 (76.56% from 255 or 45.56% from 428); Max value from RGB is 195 - color contains mainly: blue. Hex color #B534C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B534C3 is #4ACB3C. Grayscale: #6A6A6A. Windows color (decimal): -4901693 or 12793013. OLE color: 12793013.

HSL color Cylindrical-coordinate representation of color #B534C3: hue angle of 294.13º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B534C3 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 181 52 195 -
CMYK 0.07 0.73 0 0.24
HSL 294.13º 0.58% 0.48% -
HSV(B) 294.13º 0.73% 0.76% -
XYZ 30.13 16.22 53.17 -
YUV 106.87 177.74 180.87 -
System Red Green Blue C M Y K H S L
Decimal 181 52 195 0.07 0.73 0 0.24 294.13 0.58 0.48
Hex B5 34 C3 7 49 0 18 126 3A 30
Octal 265 64 303 7 111 0 30 446 72 60
Binary 10110101 110100 11000011 111 1001001 0 11000 100100110 111010 110000

Color Harmonies of #B534C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B534C3

Black with #B534C3

Text Example


Text Example

White with #B534C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B534C3; }

 p { color: rgb(181,52,195); }

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

background-color css

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

 a { background-color: rgb(181,52,195); }

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

border-color css

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

 span { border-color: rgb(181,52,195); }

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