Html Css Color HEX #B936C8 Fuchsia

📋 copy color: '#B936C8'

red 185 ◦ green 54 ◦ blue 200

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

Shades of Fuchsia #B936C8

Tints of Fuchsia #B936C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.56%

R = 42.14%
G = 12.3%
B = 45.56%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B936C8 (or 0xB936C8) is known color: Fuchsia. HEX triplet: B9, 36 and C8. RGB value is (185,54,200). Sum of RGB (Red+Green+Blue) = 185+54+200=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 54 (21.48% from 255 or 12.30% from 439); Blue value is 200 (78.52% from 255 or 45.56% from 439); Max value from RGB is 200 - color contains mainly: blue. Hex color #B936C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B936C8 is #46C937. Grayscale: #6D6D6D. Windows color (decimal): -4639032 or 13121209. OLE color: 13121209.

HSL color Cylindrical-coordinate representation of color #B936C8: hue angle of 293.84º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B936C8 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 54 200 -
CMYK 0.08 0.73 0 0.22
HSL 293.84º 0.57% 0.5% -
HSV(B) 293.84º 0.73% 0.78% -
XYZ 31.75 17.12 56.28 -
YUV 109.81 178.9 181.63 -
System Red Green Blue C M Y K H S L
Decimal 185 54 200 0.08 0.73 0 0.22 293.84 0.57 0.5
Hex B9 36 C8 8 49 0 16 126 39 32
Octal 271 66 310 10 111 0 26 446 71 62
Binary 10111001 110110 11001000 1000 1001001 0 10110 100100110 111001 110010

Color Harmonies of #B936C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B936C8

Black with #B936C8

Text Example


Text Example

White with #B936C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B936C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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