Html Css Color HEX #B935C2 Fuchsia

📋 copy color: '#B935C2'

red 185 ◦ green 53 ◦ blue 194

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

Shades of Fuchsia #B935C2

Tints of Fuchsia #B935C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.91%

R = 42.82%
G = 12.27%
B = 44.91%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B935C2 (or 0xB935C2) is known color: Fuchsia. HEX triplet: B9, 35 and C2. RGB value is (185,53,194). Sum of RGB (Red+Green+Blue) = 185+53+194=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 53 (21.09% from 255 or 12.27% from 432); Blue value is 194 (76.17% from 255 or 44.91% from 432); Max value from RGB is 194 - color contains mainly: blue. Hex color #B935C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B935C2 is #46CA3D. Grayscale: #6C6C6C. Windows color (decimal): -4639294 or 12727737. OLE color: 12727737.

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

Color convert

RGB 185 53 194 -
CMYK 0.05 0.73 0 0.24
HSL 296.17º 0.57% 0.48% -
HSV(B) 296.17º 0.73% 0.76% -
XYZ 31.02 16.76 52.64 -
YUV 108.54 176.23 182.54 -
System Red Green Blue C M Y K H S L
Decimal 185 53 194 0.05 0.73 0 0.24 296.17 0.57 0.48
Hex B9 35 C2 5 49 0 18 128 39 30
Octal 271 65 302 5 111 0 30 450 71 60
Binary 10111001 110101 11000010 101 1001001 0 11000 100101000 111001 110000

Color Harmonies of #B935C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B935C2

Black with #B935C2

Text Example


Text Example

White with #B935C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B935C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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