Html Css Color HEX #B72FBA Fuchsia

📋 copy color: '#B72FBA'

red 183 ◦ green 47 ◦ blue 186

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

Shades of Fuchsia #B72FBA

Tints of Fuchsia #B72FBA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.3%

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

R = 43.99%
G = 11.3%
B = 44.71%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B72FBA (or 0xB72FBA) is known color: Fuchsia. HEX triplet: B7, 2F and BA. RGB value is (183,47,186). Sum of RGB (Red+Green+Blue) = 183+47+186=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 47 (18.75% from 255 or 11.30% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #B72FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72FBA is #48D045. Grayscale: #676767. Windows color (decimal): -4771910 or 12201911. OLE color: 12201911.

HSL color Cylindrical-coordinate representation of color #B72FBA: hue angle of 298.71º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B72FBA is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 47 186 -
CMYK 0.02 0.75 0 0.27
HSL 298.71º 0.6% 0.46% -
HSV(B) 298.71º 0.75% 0.73% -
XYZ 29.41 15.65 47.92 -
YUV 103.51 174.56 184.7 -
System Red Green Blue C M Y K H S L
Decimal 183 47 186 0.02 0.75 0 0.27 298.71 0.6 0.46
Hex B7 2F BA 2 4B 0 1B 12B 3C 2E
Octal 267 57 272 2 113 0 33 453 74 56
Binary 10110111 101111 10111010 10 1001011 0 11011 100101011 111100 101110

Color Harmonies of #B72FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72FBA

Black with #B72FBA

Text Example


Text Example

White with #B72FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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