Html Css Color HEX #B752BE Fuchsia

📋 copy color: '#B752BE'

red 183 ◦ green 82 ◦ blue 190

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

Shades of Fuchsia #B752BE

Tints of Fuchsia #B752BE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.02%

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

R = 40.22%
G = 18.02%
B = 41.76%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B752BE (or 0xB752BE) is known color: Fuchsia. HEX triplet: B7, 52 and BE. RGB value is (183,82,190). Sum of RGB (Red+Green+Blue) = 183+82+190=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #B752BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B752BE is #48AD41. Grayscale: #7C7C7C. Windows color (decimal): -4762946 or 12473015. OLE color: 12473015.

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

Color convert

RGB 183 82 190 -
CMYK 0.04 0.57 0 0.25
HSL 296.11º 0.45% 0.53% -
HSV(B) 296.11º 0.57% 0.75% -
XYZ 31.84 19.82 50.86 -
YUV 124.51 164.96 169.72 -
System Red Green Blue C M Y K H S L
Decimal 183 82 190 0.04 0.57 0 0.25 296.11 0.45 0.53
Hex B7 52 BE 4 39 0 19 128 2D 35
Octal 267 122 276 4 71 0 31 450 55 65
Binary 10110111 1010010 10111110 100 111001 0 11001 100101000 101101 110101

Color Harmonies of #B752BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B752BE

Black with #B752BE

Text Example


Text Example

White with #B752BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B752BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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