Html Css Color HEX #B535BD Fuchsia

📋 copy color: '#B535BD'

red 181 ◦ green 53 ◦ blue 189

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

Shades of Fuchsia #B535BD

Tints of Fuchsia #B535BD

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.53%

 BLUE value IS 189 (74.22% from 255) = 44.68%

R = 42.79%
G = 12.53%
B = 44.68%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B535BD (or 0xB535BD) is known color: Fuchsia. HEX triplet: B5, 35 and BD. RGB value is (181,53,189). Sum of RGB (Red+Green+Blue) = 181+53+189=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 53 (21.09% from 255 or 12.53% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #B535BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B535BD is #4ACA42. Grayscale: #6A6A6A. Windows color (decimal): -4901443 or 12400053. OLE color: 12400053.

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

Color convert

RGB 181 53 189 -
CMYK 0.04 0.72 0 0.26
HSL 296.47º 0.56% 0.47% -
HSV(B) 296.47º 0.72% 0.74% -
XYZ 29.51 16.04 49.69 -
YUV 106.78 174.41 180.94 -
System Red Green Blue C M Y K H S L
Decimal 181 53 189 0.04 0.72 0 0.26 296.47 0.56 0.47
Hex B5 35 BD 4 48 0 1A 128 38 2F
Octal 265 65 275 4 110 0 32 450 70 57
Binary 10110101 110101 10111101 100 1001000 0 11010 100101000 111000 101111

Color Harmonies of #B535BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B535BD

Black with #B535BD

Text Example


Text Example

White with #B535BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B535BD; }

 p { color: rgb(181,53,189); }

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

background-color css

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

 a { background-color: rgb(181,53,189); }

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

border-color css

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

 span { border-color: rgb(181,53,189); }

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