Html Css Color HEX #B72CBA Fuchsia

📋 copy color: '#B72CBA'

red 183 ◦ green 44 ◦ blue 186

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

Shades of Fuchsia #B72CBA

Tints of Fuchsia #B72CBA

RGB

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

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

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

R = 44.31%
G = 10.65%
B = 45.04%

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

#B72CBA (or 0xB72CBA) is known color: Fuchsia. HEX triplet: B7, 2C and BA. RGB value is (183,44,186). Sum of RGB (Red+Green+Blue) = 183+44+186=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 44 (17.58% from 255 or 10.65% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #B72CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72CBA is #48D345. Grayscale: #656565. Windows color (decimal): -4772678 or 12201143. OLE color: 12201143.

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

Color convert

RGB 183 44 186 -
CMYK 0.02 0.76 0 0.27
HSL 298.73º 0.62% 0.45% -
HSV(B) 298.73º 0.76% 0.73% -
XYZ 29.29 15.41 47.89 -
YUV 101.75 175.55 185.95 -
System Red Green Blue C M Y K H S L
Decimal 183 44 186 0.02 0.76 0 0.27 298.73 0.62 0.45
Hex B7 2C BA 2 4C 0 1B 12B 3E 2D
Octal 267 54 272 2 114 0 33 453 76 55
Binary 10110111 101100 10111010 10 1001100 0 11011 100101011 111110 101101

Color Harmonies of #B72CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72CBA

Black with #B72CBA

Text Example


Text Example

White with #B72CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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