Html Css Color HEX #B534C2 Fuchsia

📋 copy color: '#B534C2'

red 181 ◦ green 52 ◦ blue 194

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

Shades of Fuchsia #B534C2

Tints of Fuchsia #B534C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 45.43%

R = 42.39%
G = 12.18%
B = 45.43%

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

#B534C2 (or 0xB534C2) is known color: Fuchsia. HEX triplet: B5, 34 and C2. RGB value is (181,52,194). Sum of RGB (Red+Green+Blue) = 181+52+194=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 52 (20.70% from 255 or 12.18% from 427); Blue value is 194 (76.17% from 255 or 45.43% from 427); Max value from RGB is 194 - color contains mainly: blue. Hex color #B534C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B534C2 is #4ACB3D. Grayscale: #6A6A6A. Windows color (decimal): -4901694 or 12727477. OLE color: 12727477.

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

Color convert

RGB 181 52 194 -
CMYK 0.07 0.73 0 0.24
HSL 294.51º 0.58% 0.48% -
HSV(B) 294.51º 0.73% 0.76% -
XYZ 30.02 16.17 52.58 -
YUV 106.76 177.24 180.95 -
System Red Green Blue C M Y K H S L
Decimal 181 52 194 0.07 0.73 0 0.24 294.51 0.58 0.48
Hex B5 34 C2 7 49 0 18 127 3A 30
Octal 265 64 302 7 111 0 30 447 72 60
Binary 10110101 110100 11000010 111 1001001 0 11000 100100111 111010 110000

Color Harmonies of #B534C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B534C2

Black with #B534C2

Text Example


Text Example

White with #B534C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B534C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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