Html Css Color HEX #B72CB9 Fuchsia

📋 copy color: '#B72CB9'

red 183 ◦ green 44 ◦ blue 185

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

Shades of Fuchsia #B72CB9

Tints of Fuchsia #B72CB9

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.68%

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

R = 44.42%
G = 10.68%
B = 44.9%

CMYK

 C value IS 0.01

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B72CB9 (or 0xB72CB9) is known color: Fuchsia. HEX triplet: B7, 2C and B9. RGB value is (183,44,185). Sum of RGB (Red+Green+Blue) = 183+44+185=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 44 (17.58% from 255 or 10.68% from 412); Blue value is 185 (72.66% from 255 or 44.90% from 412); Max value from RGB is 185 - color contains mainly: blue. Hex color #B72CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72CB9 is #48D346. Grayscale: #656565. Windows color (decimal): -4772679 or 12135607. OLE color: 12135607.

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

Color convert

RGB 183 44 185 -
CMYK 0.01 0.76 0 0.27
HSL 299.15º 0.62% 0.45% -
HSV(B) 299.15º 0.76% 0.73% -
XYZ 29.19 15.37 47.33 -
YUV 101.64 175.05 186.04 -
System Red Green Blue C M Y K H S L
Decimal 183 44 185 0.01 0.76 0 0.27 299.15 0.62 0.45
Hex B7 2C B9 1 4C 0 1B 12B 3E 2D
Octal 267 54 271 1 114 0 33 453 76 55
Binary 10110111 101100 10111001 1 1001100 0 11011 100101011 111110 101101

Color Harmonies of #B72CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72CB9

Black with #B72CB9

Text Example


Text Example

White with #B72CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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