Html Css Color HEX #B534BB Fuchsia

📋 copy color: '#B534BB'

red 181 ◦ green 52 ◦ blue 187

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

Shades of Fuchsia #B534BB

Tints of Fuchsia #B534BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.52%

R = 43.1%
G = 12.38%
B = 44.52%

CMYK

 C value IS 0.03

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B534BB (or 0xB534BB) is known color: Fuchsia. HEX triplet: B5, 34 and BB. RGB value is (181,52,187). Sum of RGB (Red+Green+Blue) = 181+52+187=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 52 (20.70% from 255 or 12.38% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 187 - color contains mainly: blue. Hex color #B534BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B534BB is #4ACB44. Grayscale: #696969. Windows color (decimal): -4901701 or 12268725. OLE color: 12268725.

HSL color Cylindrical-coordinate representation of color #B534BB: hue angle of 297.33º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B534BB is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 52 187 -
CMYK 0.03 0.72 0 0.27
HSL 297.33º 0.56% 0.47% -
HSV(B) 297.33º 0.72% 0.73% -
XYZ 29.25 15.87 48.53 -
YUV 105.96 173.74 181.52 -
System Red Green Blue C M Y K H S L
Decimal 181 52 187 0.03 0.72 0 0.27 297.33 0.56 0.47
Hex B5 34 BB 3 48 0 1B 129 38 2F
Octal 265 64 273 3 110 0 33 451 70 57
Binary 10110101 110100 10111011 11 1001000 0 11011 100101001 111000 101111

Color Harmonies of #B534BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B534BB

Black with #B534BB

Text Example


Text Example

White with #B534BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B534BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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