Html Css Color HEX #B938C1 Fuchsia

📋 copy color: '#B938C1'

red 185 ◦ green 56 ◦ blue 193

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

Shades of Fuchsia #B938C1

Tints of Fuchsia #B938C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.47%

R = 42.63%
G = 12.9%
B = 44.47%

CMYK

 C value IS 0.04

 M value IS 0.71

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B938C1 (or 0xB938C1) is known color: Fuchsia. HEX triplet: B9, 38 and C1. RGB value is (185,56,193). Sum of RGB (Red+Green+Blue) = 185+56+193=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 56 (22.27% from 255 or 12.90% from 434); Blue value is 193 (75.78% from 255 or 44.47% from 434); Max value from RGB is 193 - color contains mainly: blue. Hex color #B938C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B938C1 is #46C73E. Grayscale: #6D6D6D. Windows color (decimal): -4638527 or 12662969. OLE color: 12662969.

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

Color convert

RGB 185 56 193 -
CMYK 0.04 0.71 0 0.24
HSL 296.5º 0.55% 0.49% -
HSV(B) 296.5º 0.71% 0.76% -
XYZ 31.05 16.99 52.1 -
YUV 110.19 174.74 181.36 -
System Red Green Blue C M Y K H S L
Decimal 185 56 193 0.04 0.71 0 0.24 296.5 0.55 0.49
Hex B9 38 C1 4 47 0 18 128 37 31
Octal 271 70 301 4 107 0 30 450 67 61
Binary 10111001 111000 11000001 100 1000111 0 11000 100101000 110111 110001

Color Harmonies of #B938C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B938C1

Black with #B938C1

Text Example


Text Example

White with #B938C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B938C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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