Html Css Color HEX #B535C1 Fuchsia

📋 copy color: '#B535C1'

red 181 ◦ green 53 ◦ blue 193

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

Shades of Fuchsia #B535C1

Tints of Fuchsia #B535C1

RGB

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

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

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

R = 42.39%
G = 12.41%
B = 45.2%

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

#B535C1 (or 0xB535C1) is known color: Fuchsia. HEX triplet: B5, 35 and C1. RGB value is (181,53,193). Sum of RGB (Red+Green+Blue) = 181+53+193=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 53 (21.09% from 255 or 12.41% from 427); Blue value is 193 (75.78% from 255 or 45.20% from 427); Max value from RGB is 193 - color contains mainly: blue. Hex color #B535C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B535C1 is #4ACA3E. Grayscale: #6A6A6A. Windows color (decimal): -4901439 or 12662197. OLE color: 12662197.

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

Color convert

RGB 181 53 193 -
CMYK 0.06 0.73 0 0.24
HSL 294.86º 0.57% 0.48% -
HSV(B) 294.86º 0.73% 0.76% -
XYZ 29.95 16.22 52 -
YUV 107.23 176.41 180.62 -
System Red Green Blue C M Y K H S L
Decimal 181 53 193 0.06 0.73 0 0.24 294.86 0.57 0.48
Hex B5 35 C1 6 49 0 18 127 39 30
Octal 265 65 301 6 111 0 30 447 71 60
Binary 10110101 110101 11000001 110 1001001 0 11000 100100111 111001 110000

Color Harmonies of #B535C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B535C1

Black with #B535C1

Text Example


Text Example

White with #B535C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B535C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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