Html Css Color HEX #B73BB7 Fuchsia

📋 copy color: '#B73BB7'

red 183 ◦ green 59 ◦ blue 183

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

Shades of Fuchsia #B73BB7

Tints of Fuchsia #B73BB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 43.06%

R = 43.06%
G = 13.88%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B73BB7 (or 0xB73BB7) is known color: Fuchsia. HEX triplet: B7, 3B and B7. RGB value is (183,59,183). Sum of RGB (Red+Green+Blue) = 183+59+183=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 59 (23.44% from 255 or 13.88% from 425); Blue value is 183 (71.88% from 255 or 43.06% from 425); Max value from RGB is 183 - color contains mainly: red, blue. Hex color #B73BB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73BB7 is #48C448. Grayscale: #6D6D6D. Windows color (decimal): -4768841 or 12008375. OLE color: 12008375.

HSL color Cylindrical-coordinate representation of color #B73BB7: hue angle of 300º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B73BB7 is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 59 183 -
CMYK 0 0.68 0 0.28
HSL 300º 0.51% 0.47% -
HSV(B) 300º 0.68% 0.72% -
XYZ 29.64 16.61 46.44 -
YUV 110.21 169.08 179.92 -
System Red Green Blue C M Y K H S L
Decimal 183 59 183 0 0.68 0 0.28 300 0.51 0.47
Hex B7 3B B7 0 44 0 1C 12C 33 2F
Octal 267 73 267 0 104 0 34 454 63 57
Binary 10110111 111011 10110111 0 1000100 0 11100 100101100 110011 101111

Color Harmonies of #B73BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73BB7

Black with #B73BB7

Text Example


Text Example

White with #B73BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73BB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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