Html Css Color HEX #B73DB9 Fuchsia

📋 copy color: '#B73DB9'

red 183 ◦ green 61 ◦ blue 185

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

Shades of Fuchsia #B73DB9

Tints of Fuchsia #B73DB9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.22%

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

R = 42.66%
G = 14.22%
B = 43.12%

CMYK

 C value IS 0.01

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B73DB9 (or 0xB73DB9) is known color: Fuchsia. HEX triplet: B7, 3D and B9. RGB value is (183,61,185). Sum of RGB (Red+Green+Blue) = 183+61+185=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 61 (24.22% from 255 or 14.22% from 429); Blue value is 185 (72.66% from 255 or 43.12% from 429); Max value from RGB is 185 - color contains mainly: blue. Hex color #B73DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73DB9 is #48C246. Grayscale: #6F6F6F. Windows color (decimal): -4768327 or 12139959. OLE color: 12139959.

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

Color convert

RGB 183 61 185 -
CMYK 0.01 0.67 0 0.27
HSL 299.03º 0.5% 0.48% -
HSV(B) 299.03º 0.67% 0.73% -
XYZ 29.95 16.91 47.58 -
YUV 111.61 169.42 178.92 -
System Red Green Blue C M Y K H S L
Decimal 183 61 185 0.01 0.67 0 0.27 299.03 0.5 0.48
Hex B7 3D B9 1 43 0 1B 12B 32 30
Octal 267 75 271 1 103 0 33 453 62 60
Binary 10110111 111101 10111001 1 1000011 0 11011 100101011 110010 110000

Color Harmonies of #B73DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73DB9

Black with #B73DB9

Text Example


Text Example

White with #B73DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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