Html Css Color HEX #B752BD Fuchsia

📋 copy color: '#B752BD'

red 183 ◦ green 82 ◦ blue 189

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

Shades of Fuchsia #B752BD

Tints of Fuchsia #B752BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.63%

R = 40.31%
G = 18.06%
B = 41.63%

CMYK

 C value IS 0.03

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B752BD (or 0xB752BD) is known color: Fuchsia. HEX triplet: B7, 52 and BD. RGB value is (183,82,189). Sum of RGB (Red+Green+Blue) = 183+82+189=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 189 - color contains mainly: blue. Hex color #B752BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B752BD is #48AD42. Grayscale: #7C7C7C. Windows color (decimal): -4762947 or 12407479. OLE color: 12407479.

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

Color convert

RGB 183 82 189 -
CMYK 0.03 0.57 0 0.26
HSL 296.64º 0.45% 0.53% -
HSV(B) 296.64º 0.57% 0.74% -
XYZ 31.73 19.78 50.29 -
YUV 124.4 164.46 169.8 -
System Red Green Blue C M Y K H S L
Decimal 183 82 189 0.03 0.57 0 0.26 296.64 0.45 0.53
Hex B7 52 BD 3 39 0 1A 129 2D 35
Octal 267 122 275 3 71 0 32 451 55 65
Binary 10110111 1010010 10111101 11 111001 0 11010 100101001 101101 110101

Color Harmonies of #B752BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B752BD

Black with #B752BD

Text Example


Text Example

White with #B752BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B752BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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