Html Css Color HEX #B72BBA Fuchsia

📋 copy color: '#B72BBA'

red 183 ◦ green 43 ◦ blue 186

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

Shades of Fuchsia #B72BBA

Tints of Fuchsia #B72BBA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.44%

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

R = 44.42%
G = 10.44%
B = 45.15%

CMYK

 C value IS 0.02

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B72BBA (or 0xB72BBA) is known color: Fuchsia. HEX triplet: B7, 2B and BA. RGB value is (183,43,186). Sum of RGB (Red+Green+Blue) = 183+43+186=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 43 (17.19% from 255 or 10.44% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #B72BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72BBA is #48D445. Grayscale: #646464. Windows color (decimal): -4772934 or 12200887. OLE color: 12200887.

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

Color convert

RGB 183 43 186 -
CMYK 0.02 0.77 0 0.27
HSL 298.74º 0.62% 0.45% -
HSV(B) 298.74º 0.77% 0.73% -
XYZ 29.26 15.34 47.87 -
YUV 101.16 175.88 186.37 -
System Red Green Blue C M Y K H S L
Decimal 183 43 186 0.02 0.77 0 0.27 298.74 0.62 0.45
Hex B7 2B BA 2 4D 0 1B 12B 3E 2D
Octal 267 53 272 2 115 0 33 453 76 55
Binary 10110111 101011 10111010 10 1001101 0 11011 100101011 111110 101101

Color Harmonies of #B72BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72BBA

Black with #B72BBA

Text Example


Text Example

White with #B72BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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