Html Css Color HEX #B534C1 Fuchsia

📋 copy color: '#B534C1'

red 181 ◦ green 52 ◦ blue 193

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

Shades of Fuchsia #B534C1

Tints of Fuchsia #B534C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 45.31%

R = 42.49%
G = 12.21%
B = 45.31%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B534C1 (or 0xB534C1) is known color: Fuchsia. HEX triplet: B5, 34 and C1. RGB value is (181,52,193). Sum of RGB (Red+Green+Blue) = 181+52+193=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 52 (20.70% from 255 or 12.21% from 426); Blue value is 193 (75.78% from 255 or 45.31% from 426); Max value from RGB is 193 - color contains mainly: blue. Hex color #B534C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B534C1 is #4ACB3E. Grayscale: #6A6A6A. Windows color (decimal): -4901695 or 12661941. OLE color: 12661941.

HSL color Cylindrical-coordinate representation of color #B534C1: hue angle of 294.89º 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 #B534C1 is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 181 52 193 -
CMYK 0.06 0.73 0 0.24
HSL 294.89º 0.58% 0.48% -
HSV(B) 294.89º 0.73% 0.76% -
XYZ 29.91 16.13 51.99 -
YUV 106.65 176.74 181.04 -
System Red Green Blue C M Y K H S L
Decimal 181 52 193 0.06 0.73 0 0.24 294.89 0.58 0.48
Hex B5 34 C1 6 49 0 18 127 3A 30
Octal 265 64 301 6 111 0 30 447 72 60
Binary 10110101 110100 11000001 110 1001001 0 11000 100100111 111010 110000

Color Harmonies of #B534C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B534C1

Black with #B534C1

Text Example


Text Example

White with #B534C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B534C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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