Html Css Color HEX #B93FBA Fuchsia

📋 copy color: '#B93FBA'

red 185 ◦ green 63 ◦ blue 186

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

Shades of Fuchsia #B93FBA

Tints of Fuchsia #B93FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.86%

R = 42.63%
G = 14.52%
B = 42.86%

CMYK

 C value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B93FBA (or 0xB93FBA) is known color: Fuchsia. HEX triplet: B9, 3F and BA. RGB value is (185,63,186). Sum of RGB (Red+Green+Blue) = 185+63+186=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 63 (25% from 255 or 14.52% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #B93FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93FBA is #46C045. Grayscale: #717171. Windows color (decimal): -4636742 or 12206009. OLE color: 12206009.

HSL color Cylindrical-coordinate representation of color #B93FBA: hue angle of 299.51º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B93FBA is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 63 186 -
CMYK 0.01 0.66 0 0.27
HSL 299.51º 0.49% 0.49% -
HSV(B) 299.51º 0.66% 0.73% -
XYZ 30.65 17.41 48.2 -
YUV 113.5 168.92 179 -
System Red Green Blue C M Y K H S L
Decimal 185 63 186 0.01 0.66 0 0.27 299.51 0.49 0.49
Hex B9 3F BA 1 42 0 1B 12C 31 31
Octal 271 77 272 1 102 0 33 454 61 61
Binary 10111001 111111 10111010 1 1000010 0 11011 100101100 110001 110001

Color Harmonies of #B93FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93FBA

Black with #B93FBA

Text Example


Text Example

White with #B93FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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