Html Css Color HEX #B72BBB Fuchsia

📋 copy color: '#B72BBB'

red 183 ◦ green 43 ◦ blue 187

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

Shades of Fuchsia #B72BBB

Tints of Fuchsia #B72BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.28%

R = 44.31%
G = 10.41%
B = 45.28%

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

#B72BBB (or 0xB72BBB) is known color: Fuchsia. HEX triplet: B7, 2B and BB. RGB value is (183,43,187). Sum of RGB (Red+Green+Blue) = 183+43+187=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 43 (17.19% from 255 or 10.41% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 187 - color contains mainly: blue. Hex color #B72BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72BBB is #48D444. Grayscale: #646464. Windows color (decimal): -4772933 or 12266423. OLE color: 12266423.

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

Color convert

RGB 183 43 187 -
CMYK 0.02 0.77 0 0.27
HSL 298.33º 0.63% 0.45% -
HSV(B) 298.33º 0.77% 0.73% -
XYZ 29.36 15.38 48.44 -
YUV 101.28 176.38 186.29 -
System Red Green Blue C M Y K H S L
Decimal 183 43 187 0.02 0.77 0 0.27 298.33 0.63 0.45
Hex B7 2B BB 2 4D 0 1B 12A 3F 2D
Octal 267 53 273 2 115 0 33 452 77 55
Binary 10110111 101011 10111011 10 1001101 0 11011 100101010 111111 101101

Color Harmonies of #B72BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72BBB

Black with #B72BBB

Text Example


Text Example

White with #B72BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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