Html Css Color HEX #B948C1 Fuchsia

📋 copy color: '#B948C1'

red 185 ◦ green 72 ◦ blue 193

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

Shades of Fuchsia #B948C1

Tints of Fuchsia #B948C1

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16%

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

R = 41.11%
G = 16%
B = 42.89%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B948C1 (or 0xB948C1) is known color: Fuchsia. HEX triplet: B9, 48 and C1. RGB value is (185,72,193). Sum of RGB (Red+Green+Blue) = 185+72+193=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 72 (28.52% from 255 or 16% from 450); Blue value is 193 (75.78% from 255 or 42.89% from 450); Max value from RGB is 193 - color contains mainly: blue. Hex color #B948C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B948C1 is #46B73E. Grayscale: #777777. Windows color (decimal): -4634431 or 12667065. OLE color: 12667065.

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

Color convert

RGB 185 72 193 -
CMYK 0.04 0.63 0 0.24
HSL 296.03º 0.49% 0.52% -
HSV(B) 296.03º 0.63% 0.76% -
XYZ 31.95 18.8 52.4 -
YUV 119.58 169.44 174.66 -
System Red Green Blue C M Y K H S L
Decimal 185 72 193 0.04 0.63 0 0.24 296.03 0.49 0.52
Hex B9 48 C1 4 3F 0 18 128 31 34
Octal 271 110 301 4 77 0 30 450 61 64
Binary 10111001 1001000 11000001 100 111111 0 11000 100101000 110001 110100

Color Harmonies of #B948C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B948C1

Black with #B948C1

Text Example


Text Example

White with #B948C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B948C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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