Html Css Color HEX #B938C5 Fuchsia

📋 copy color: '#B938C5'

red 185 ◦ green 56 ◦ blue 197

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

Shades of Fuchsia #B938C5

Tints of Fuchsia #B938C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 44.98%

R = 42.24%
G = 12.79%
B = 44.98%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B938C5 (or 0xB938C5) is known color: Fuchsia. HEX triplet: B9, 38 and C5. RGB value is (185,56,197). Sum of RGB (Red+Green+Blue) = 185+56+197=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 56 (22.27% from 255 or 12.79% from 438); Blue value is 197 (77.34% from 255 or 44.98% from 438); Max value from RGB is 197 - color contains mainly: blue. Hex color #B938C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B938C5 is #46C73A. Grayscale: #6E6E6E. Windows color (decimal): -4638523 or 12925113. OLE color: 12925113.

HSL color Cylindrical-coordinate representation of color #B938C5: hue angle of 294.89º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B938C5 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 185 56 197 -
CMYK 0.06 0.72 0 0.23
HSL 294.89º 0.56% 0.5% -
HSV(B) 294.89º 0.72% 0.77% -
XYZ 31.5 17.17 54.48 -
YUV 110.65 176.74 181.04 -
System Red Green Blue C M Y K H S L
Decimal 185 56 197 0.06 0.72 0 0.23 294.89 0.56 0.5
Hex B9 38 C5 6 48 0 17 127 38 32
Octal 271 70 305 6 110 0 27 447 70 62
Binary 10111001 111000 11000101 110 1001000 0 10111 100100111 111000 110010

Color Harmonies of #B938C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B938C5

Black with #B938C5

Text Example


Text Example

White with #B938C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B938C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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