Html Css Color HEX #B72DBA Fuchsia

📋 copy color: '#B72DBA'

red 183 ◦ green 45 ◦ blue 186

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

Shades of Fuchsia #B72DBA

Tints of Fuchsia #B72DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.93%

R = 44.2%
G = 10.87%
B = 44.93%

CMYK

 C value IS 0.02

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B72DBA (or 0xB72DBA) is known color: Fuchsia. HEX triplet: B7, 2D and BA. RGB value is (183,45,186). Sum of RGB (Red+Green+Blue) = 183+45+186=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 45 (17.97% from 255 or 10.87% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #B72DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72DBA is #48D245. Grayscale: #656565. Windows color (decimal): -4772422 or 12201399. OLE color: 12201399.

HSL color Cylindrical-coordinate representation of color #B72DBA: hue angle of 298.72º degrees, saturation: 0.61, 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 #B72DBA is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 45 186 -
CMYK 0.02 0.76 0 0.27
HSL 298.72º 0.61% 0.45% -
HSV(B) 298.72º 0.76% 0.73% -
XYZ 29.33 15.49 47.9 -
YUV 102.34 175.22 185.54 -
System Red Green Blue C M Y K H S L
Decimal 183 45 186 0.02 0.76 0 0.27 298.72 0.61 0.45
Hex B7 2D BA 2 4C 0 1B 12B 3D 2D
Octal 267 55 272 2 114 0 33 453 75 55
Binary 10110111 101101 10111010 10 1001100 0 11011 100101011 111101 101101

Color Harmonies of #B72DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72DBA

Black with #B72DBA

Text Example


Text Example

White with #B72DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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