Html Css Color HEX #B73BB9 Fuchsia

📋 copy color: '#B73BB9'

red 183 ◦ green 59 ◦ blue 185

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

Shades of Fuchsia #B73BB9

Tints of Fuchsia #B73BB9

RGB

 RED value IS 183 (71.88% from 255) = 42.86%

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

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

R = 42.86%
G = 13.82%
B = 43.33%

CMYK

 C value IS 0.01

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B73BB9 (or 0xB73BB9) is known color: Fuchsia. HEX triplet: B7, 3B and B9. RGB value is (183,59,185). Sum of RGB (Red+Green+Blue) = 183+59+185=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 59 (23.44% from 255 or 13.82% from 427); Blue value is 185 (72.66% from 255 or 43.33% from 427); Max value from RGB is 185 - color contains mainly: blue. Hex color #B73BB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73BB9 is #48C446. Grayscale: #6E6E6E. Windows color (decimal): -4768839 or 12139447. OLE color: 12139447.

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

Color convert

RGB 183 59 185 -
CMYK 0.01 0.68 0 0.27
HSL 299.05º 0.52% 0.48% -
HSV(B) 299.05º 0.68% 0.73% -
XYZ 29.85 16.7 47.55 -
YUV 110.44 170.08 179.75 -
System Red Green Blue C M Y K H S L
Decimal 183 59 185 0.01 0.68 0 0.27 299.05 0.52 0.48
Hex B7 3B B9 1 44 0 1B 12B 34 30
Octal 267 73 271 1 104 0 33 453 64 60
Binary 10110111 111011 10111001 1 1000100 0 11011 100101011 110100 110000

Color Harmonies of #B73BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73BB9

Black with #B73BB9

Text Example


Text Example

White with #B73BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73BB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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