Html Css Color HEX #B935C1 Fuchsia

📋 copy color: '#B935C1'

red 185 ◦ green 53 ◦ blue 193

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

Shades of Fuchsia #B935C1

Tints of Fuchsia #B935C1

RGB

 RED value IS 185 (72.66% from 255) = 42.92%

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

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

R = 42.92%
G = 12.3%
B = 44.78%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B935C1 (or 0xB935C1) is known color: Fuchsia. HEX triplet: B9, 35 and C1. RGB value is (185,53,193). Sum of RGB (Red+Green+Blue) = 185+53+193=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 53 (21.09% from 255 or 12.30% from 431); Blue value is 193 (75.78% from 255 or 44.78% from 431); Max value from RGB is 193 - color contains mainly: blue. Hex color #B935C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B935C1 is #46CA3E. Grayscale: #6C6C6C. Windows color (decimal): -4639295 or 12662201. OLE color: 12662201.

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

Color convert

RGB 185 53 193 -
CMYK 0.04 0.73 0 0.24
HSL 296.57º 0.57% 0.48% -
HSV(B) 296.57º 0.73% 0.76% -
XYZ 30.91 16.71 52.05 -
YUV 108.43 175.73 182.62 -
System Red Green Blue C M Y K H S L
Decimal 185 53 193 0.04 0.73 0 0.24 296.57 0.57 0.48
Hex B9 35 C1 4 49 0 18 129 39 30
Octal 271 65 301 4 111 0 30 451 71 60
Binary 10111001 110101 11000001 100 1001001 0 11000 100101001 111001 110000

Color Harmonies of #B935C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B935C1

Black with #B935C1

Text Example


Text Example

White with #B935C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B935C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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