Html Css Color HEX #B72DBE Fuchsia

📋 copy color: '#B72DBE'

red 183 ◦ green 45 ◦ blue 190

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

Shades of Fuchsia #B72DBE

Tints of Fuchsia #B72DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.45%

R = 43.78%
G = 10.77%
B = 45.45%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B72DBE (or 0xB72DBE) is known color: Fuchsia. HEX triplet: B7, 2D and BE. RGB value is (183,45,190). Sum of RGB (Red+Green+Blue) = 183+45+190=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 45 (17.97% from 255 or 10.77% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #B72DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72DBE is #48D241. Grayscale: #666666. Windows color (decimal): -4772418 or 12463543. OLE color: 12463543.

HSL color Cylindrical-coordinate representation of color #B72DBE: hue angle of 297.1º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B72DBE is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 45 190 -
CMYK 0.04 0.76 0 0.25
HSL 297.1º 0.62% 0.46% -
HSV(B) 297.1º 0.76% 0.75% -
XYZ 29.76 15.66 50.17 -
YUV 102.79 177.22 185.21 -
System Red Green Blue C M Y K H S L
Decimal 183 45 190 0.04 0.76 0 0.25 297.1 0.62 0.46
Hex B7 2D BE 4 4C 0 19 129 3E 2E
Octal 267 55 276 4 114 0 31 451 76 56
Binary 10110111 101101 10111110 100 1001100 0 11001 100101001 111110 101110

Color Harmonies of #B72DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72DBE

Black with #B72DBE

Text Example


Text Example

White with #B72DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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