Html Css Color HEX #B937B4 Fuchsia

📋 copy color: '#B937B4'

red 185 ◦ green 55 ◦ blue 180

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

Shades of Fuchsia #B937B4

Tints of Fuchsia #B937B4

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.1%

 BLUE value IS 180 (70.7% from 255) = 42.86%

R = 44.05%
G = 13.1%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#B937B4 (or 0xB937B4) is known color: Fuchsia. HEX triplet: B9, 37 and B4. RGB value is (185,55,180). Sum of RGB (Red+Green+Blue) = 185+55+180=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 55 (21.88% from 255 or 13.10% from 420); Blue value is 180 (70.70% from 255 or 42.86% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B937B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B937B4 is #46C84B. Grayscale: #6B6B6B. Windows color (decimal): -4638796 or 11810745. OLE color: 11810745.

HSL color Cylindrical-coordinate representation of color #B937B4: hue angle of 302.31º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B937B4 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 55 180 -
CMYK 0 0.70 0.03 0.27
HSL 302.31º 0.54% 0.47% -
HSV(B) 302.31º 0.7% 0.73% -
XYZ 29.61 16.34 44.77 -
YUV 108.12 168.57 182.84 -
System Red Green Blue C M Y K H S L
Decimal 185 55 180 0 0.70 0.03 0.27 302.31 0.54 0.47
Hex B9 37 B4 0 46 3 1B 12E 36 2F
Octal 271 67 264 0 106 3 33 456 66 57
Binary 10111001 110111 10110100 0 1000110 11 11011 100101110 110110 101111

Color Harmonies of #B937B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B937B4

Black with #B937B4

Text Example


Text Example

White with #B937B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B937B4; }

 p { color: rgb(185,55,180); }

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

background-color css

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

 a { background-color: rgb(185,55,180); }

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

border-color css

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

 span { border-color: rgb(185,55,180); }

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