Html Css Color HEX #B72DB0 Fuchsia

📋 copy color: '#B72DB0'

red 183 ◦ green 45 ◦ blue 176

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

Shades of Fuchsia #B72DB0

Tints of Fuchsia #B72DB0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.14%

 BLUE value IS 176 (69.14% from 255) = 43.56%

R = 45.3%
G = 11.14%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B72DB0 (or 0xB72DB0) is known color: Fuchsia. HEX triplet: B7, 2D and B0. RGB value is (183,45,176). Sum of RGB (Red+Green+Blue) = 183+45+176=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 45 (17.97% from 255 or 11.14% from 404); Blue value is 176 (69.14% from 255 or 43.56% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B72DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72DB0 is #48D24F. Grayscale: #646464. Windows color (decimal): -4772432 or 11546039. OLE color: 11546039.

HSL color Cylindrical-coordinate representation of color #B72DB0: hue angle of 303.04º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B72DB0 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 45 176 -
CMYK 0 0.75 0.04 0.28
HSL 303.04º 0.61% 0.45% -
HSV(B) 303.04º 0.75% 0.72% -
XYZ 28.3 15.08 42.49 -
YUV 101.2 170.22 186.35 -
System Red Green Blue C M Y K H S L
Decimal 183 45 176 0 0.75 0.04 0.28 303.04 0.61 0.45
Hex B7 2D B0 0 4B 4 1C 12F 3D 2D
Octal 267 55 260 0 113 4 34 457 75 55
Binary 10110111 101101 10110000 0 1001011 100 11100 100101111 111101 101101

Color Harmonies of #B72DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72DB0

Black with #B72DB0

Text Example


Text Example

White with #B72DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72DB0; }

 p { color: rgb(183,45,176); }

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

background-color css

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

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

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

border-color css

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

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

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