Html Css Color HEX #B936C0 Fuchsia

📋 copy color: '#B936C0'

red 185 ◦ green 54 ◦ blue 192

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

Shades of Fuchsia #B936C0

Tints of Fuchsia #B936C0

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.53%

 BLUE value IS 192 (75.39% from 255) = 44.55%

R = 42.92%
G = 12.53%
B = 44.55%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B936C0 (or 0xB936C0) is known color: Fuchsia. HEX triplet: B9, 36 and C0. RGB value is (185,54,192). Sum of RGB (Red+Green+Blue) = 185+54+192=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 54 (21.48% from 255 or 12.53% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 192 - color contains mainly: blue. Hex color #B936C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B936C0 is #46C93F. Grayscale: #6C6C6C. Windows color (decimal): -4639040 or 12596921. OLE color: 12596921.

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

Color convert

RGB 185 54 192 -
CMYK 0.04 0.72 0 0.25
HSL 296.96º 0.56% 0.48% -
HSV(B) 296.96º 0.72% 0.75% -
XYZ 30.84 16.76 51.48 -
YUV 108.9 174.9 182.28 -
System Red Green Blue C M Y K H S L
Decimal 185 54 192 0.04 0.72 0 0.25 296.96 0.56 0.48
Hex B9 36 C0 4 48 0 19 129 38 30
Octal 271 66 300 4 110 0 31 451 70 60
Binary 10111001 110110 11000000 100 1001000 0 11001 100101001 111000 110000

Color Harmonies of #B936C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B936C0

Black with #B936C0

Text Example


Text Example

White with #B936C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B936C0; }

 p { color: rgb(185,54,192); }

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

background-color css

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

 a { background-color: rgb(185,54,192); }

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

border-color css

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

 span { border-color: rgb(185,54,192); }

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