Html Css Color HEX #B752B7 Fuchsia

📋 copy color: '#B752B7'

red 183 ◦ green 82 ◦ blue 183

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

Shades of Fuchsia #B752B7

Tints of Fuchsia #B752B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.85%

R = 40.85%
G = 18.3%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B752B7 (or 0xB752B7) is known color: Fuchsia. HEX triplet: B7, 52 and B7. RGB value is (183,82,183). Sum of RGB (Red+Green+Blue) = 183+82+183=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 183 (71.88% from 255 or 40.85% from 448); Max value from RGB is 183 - color contains mainly: red, blue. Hex color #B752B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B752B7 is #48AD48. Grayscale: #7B7B7B. Windows color (decimal): -4762953 or 12014263. OLE color: 12014263.

HSL color Cylindrical-coordinate representation of color #B752B7: hue angle of 300º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B752B7 is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 82 183 -
CMYK 0 0.55 0 0.28
HSL 300º 0.41% 0.52% -
HSV(B) 300º 0.55% 0.72% -
XYZ 31.09 19.52 46.93 -
YUV 123.71 161.46 170.29 -
System Red Green Blue C M Y K H S L
Decimal 183 82 183 0 0.55 0 0.28 300 0.41 0.52
Hex B7 52 B7 0 37 0 1C 12C 29 34
Octal 267 122 267 0 67 0 34 454 51 64
Binary 10110111 1010010 10110111 0 110111 0 11100 100101100 101001 110100

Color Harmonies of #B752B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B752B7

Black with #B752B7

Text Example


Text Example

White with #B752B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B752B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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