Html Css Color HEX #B732BE Fuchsia

📋 copy color: '#B732BE'

red 183 ◦ green 50 ◦ blue 190

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

Shades of Fuchsia #B732BE

Tints of Fuchsia #B732BE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.82%

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

R = 43.26%
G = 11.82%
B = 44.92%

CMYK

 C value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B732BE (or 0xB732BE) is known color: Fuchsia. HEX triplet: B7, 32 and BE. RGB value is (183,50,190). Sum of RGB (Red+Green+Blue) = 183+50+190=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #B732BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B732BE is #48CD41. Grayscale: #696969. Windows color (decimal): -4771138 or 12464823. OLE color: 12464823.

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

Color convert

RGB 183 50 190 -
CMYK 0.04 0.74 0 0.25
HSL 297º 0.58% 0.47% -
HSV(B) 297º 0.74% 0.75% -
XYZ 29.96 16.07 50.24 -
YUV 105.73 175.56 183.12 -
System Red Green Blue C M Y K H S L
Decimal 183 50 190 0.04 0.74 0 0.25 297 0.58 0.47
Hex B7 32 BE 4 4A 0 19 129 3A 2F
Octal 267 62 276 4 112 0 31 451 72 57
Binary 10110111 110010 10111110 100 1001010 0 11001 100101001 111010 101111

Color Harmonies of #B732BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B732BE

Black with #B732BE

Text Example


Text Example

White with #B732BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B732BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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