Html Css Color HEX #B93FC1 Fuchsia

📋 copy color: '#B93FC1'

red 185 ◦ green 63 ◦ blue 193

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

Shades of Fuchsia #B93FC1

Tints of Fuchsia #B93FC1

RGB

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

 GREEN value IS 63 (25% from 255) = 14.29%

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

R = 41.95%
G = 14.29%
B = 43.76%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B93FC1 (or 0xB93FC1) is known color: Fuchsia. HEX triplet: B9, 3F and C1. RGB value is (185,63,193). Sum of RGB (Red+Green+Blue) = 185+63+193=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 63 (25% from 255 or 14.29% from 441); Blue value is 193 (75.78% from 255 or 43.76% from 441); Max value from RGB is 193 - color contains mainly: blue. Hex color #B93FC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93FC1 is #46C03E. Grayscale: #717171. Windows color (decimal): -4636735 or 12664761. OLE color: 12664761.

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

Color convert

RGB 185 63 193 -
CMYK 0.04 0.67 0 0.24
HSL 296.31º 0.51% 0.5% -
HSV(B) 296.31º 0.67% 0.76% -
XYZ 31.41 17.72 52.22 -
YUV 114.3 172.42 178.43 -
System Red Green Blue C M Y K H S L
Decimal 185 63 193 0.04 0.67 0 0.24 296.31 0.51 0.5
Hex B9 3F C1 4 43 0 18 128 33 32
Octal 271 77 301 4 103 0 30 450 63 62
Binary 10111001 111111 11000001 100 1000011 0 11000 100101000 110011 110010

Color Harmonies of #B93FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93FC1

Black with #B93FC1

Text Example


Text Example

White with #B93FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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