Html Css Color HEX #B534BE Fuchsia

📋 copy color: '#B534BE'

red 181 ◦ green 52 ◦ blue 190

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

Shades of Fuchsia #B534BE

Tints of Fuchsia #B534BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.92%

R = 42.79%
G = 12.29%
B = 44.92%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B534BE (or 0xB534BE) is known color: Fuchsia. HEX triplet: B5, 34 and BE. RGB value is (181,52,190). Sum of RGB (Red+Green+Blue) = 181+52+190=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 52 (20.70% from 255 or 12.29% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #B534BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B534BE is #4ACB41. Grayscale: #696969. Windows color (decimal): -4901698 or 12465333. OLE color: 12465333.

HSL color Cylindrical-coordinate representation of color #B534BE: hue angle of 296.09º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B534BE is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 52 190 -
CMYK 0.05 0.73 0 0.25
HSL 296.09º 0.57% 0.47% -
HSV(B) 296.09º 0.73% 0.75% -
XYZ 29.58 16 50.24 -
YUV 106.3 175.24 181.28 -
System Red Green Blue C M Y K H S L
Decimal 181 52 190 0.05 0.73 0 0.25 296.09 0.57 0.47
Hex B5 34 BE 5 49 0 19 128 39 2F
Octal 265 64 276 5 111 0 31 450 71 57
Binary 10110101 110100 10111110 101 1001001 0 11001 100101000 111001 101111

Color Harmonies of #B534BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B534BE

Black with #B534BE

Text Example


Text Example

White with #B534BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B534BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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