Html Css Color HEX #B93BB9 Fuchsia

📋 copy color: '#B93BB9'

red 185 ◦ green 59 ◦ blue 185

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

Shades of Fuchsia #B93BB9

Tints of Fuchsia #B93BB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.12%

R = 43.12%
G = 13.75%
B = 43.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B93BB9 (or 0xB93BB9) is known color: Fuchsia. HEX triplet: B9, 3B and B9. RGB value is (185,59,185). Sum of RGB (Red+Green+Blue) = 185+59+185=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 59 (23.44% from 255 or 13.75% from 429); Blue value is 185 (72.66% from 255 or 43.12% from 429); Max value from RGB is 185 - color contains mainly: red, blue. Hex color #B93BB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93BB9 is #46C446. Grayscale: #6E6E6E. Windows color (decimal): -4637767 or 12139449. OLE color: 12139449.

HSL color Cylindrical-coordinate representation of color #B93BB9: hue angle of 300º 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 #B93BB9 is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 59 185 -
CMYK 0 0.68 0 0.27
HSL 300º 0.52% 0.48% -
HSV(B) 300º 0.68% 0.73% -
XYZ 30.33 16.95 47.57 -
YUV 111.04 169.74 180.75 -
System Red Green Blue C M Y K H S L
Decimal 185 59 185 0 0.68 0 0.27 300 0.52 0.48
Hex B9 3B B9 0 44 0 1B 12C 34 30
Octal 271 73 271 0 104 0 33 454 64 60
Binary 10111001 111011 10111001 0 1000100 0 11011 100101100 110100 110000

Color Harmonies of #B93BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93BB9

Black with #B93BB9

Text Example


Text Example

White with #B93BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93BB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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