Html Css Color HEX #B938C0 Fuchsia

📋 copy color: '#B938C0'

red 185 ◦ green 56 ◦ blue 192

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

Shades of Fuchsia #B938C0

Tints of Fuchsia #B938C0

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.93%

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

R = 42.73%
G = 12.93%
B = 44.34%

CMYK

 C value IS 0.04

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B938C0 (or 0xB938C0) is known color: Fuchsia. HEX triplet: B9, 38 and C0. RGB value is (185,56,192). Sum of RGB (Red+Green+Blue) = 185+56+192=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 56 (22.27% from 255 or 12.93% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 192 - color contains mainly: blue. Hex color #B938C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B938C0 is #46C73F. Grayscale: #6D6D6D. Windows color (decimal): -4638528 or 12597433. OLE color: 12597433.

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

Color convert

RGB 185 56 192 -
CMYK 0.04 0.71 0 0.25
HSL 296.91º 0.55% 0.49% -
HSV(B) 296.91º 0.71% 0.75% -
XYZ 30.94 16.95 51.51 -
YUV 110.08 174.24 181.44 -
System Red Green Blue C M Y K H S L
Decimal 185 56 192 0.04 0.71 0 0.25 296.91 0.55 0.49
Hex B9 38 C0 4 47 0 19 129 37 31
Octal 271 70 300 4 107 0 31 451 67 61
Binary 10111001 111000 11000000 100 1000111 0 11001 100101001 110111 110001

Color Harmonies of #B938C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B938C0

Black with #B938C0

Text Example


Text Example

White with #B938C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B938C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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