Html Css Color HEX #B93BB2 Fuchsia

📋 copy color: '#B93BB2'

red 185 ◦ green 59 ◦ blue 178

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

Shades of Fuchsia #B93BB2

Tints of Fuchsia #B93BB2

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.98%

 BLUE value IS 178 (69.92% from 255) = 42.18%

R = 43.84%
G = 13.98%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B93BB2 (or 0xB93BB2) is known color: Fuchsia. HEX triplet: B9, 3B and B2. RGB value is (185,59,178). Sum of RGB (Red+Green+Blue) = 185+59+178=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 59 (23.44% from 255 or 13.98% from 422); Blue value is 178 (69.92% from 255 or 42.18% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B93BB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93BB2 is #46C44D. Grayscale: #6D6D6D. Windows color (decimal): -4637774 or 11680697. OLE color: 11680697.

HSL color Cylindrical-coordinate representation of color #B93BB2: hue angle of 303.33º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B93BB2 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 59 178 -
CMYK 0 0.68 0.04 0.27
HSL 303.33º 0.52% 0.48% -
HSV(B) 303.33º 0.68% 0.73% -
XYZ 29.61 16.66 43.77 -
YUV 110.24 166.24 181.32 -
System Red Green Blue C M Y K H S L
Decimal 185 59 178 0 0.68 0.04 0.27 303.33 0.52 0.48
Hex B9 3B B2 0 44 4 1B 12F 34 30
Octal 271 73 262 0 104 4 33 457 64 60
Binary 10111001 111011 10110010 0 1000100 100 11011 100101111 110100 110000

Color Harmonies of #B93BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93BB2

Black with #B93BB2

Text Example


Text Example

White with #B93BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93BB2; }

 p { color: rgb(185,59,178); }

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

background-color css

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

 a { background-color: rgb(185,59,178); }

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

border-color css

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

 span { border-color: rgb(185,59,178); }

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