Html Css Color HEX #B752B3 Fuchsia

📋 copy color: '#B752B3'

red 183 ◦ green 82 ◦ blue 179

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

Shades of Fuchsia #B752B3

Tints of Fuchsia #B752B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.32%

R = 41.22%
G = 18.47%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#B752B3 (or 0xB752B3) is known color: Fuchsia. HEX triplet: B7, 52 and B3. RGB value is (183,82,179). Sum of RGB (Red+Green+Blue) = 183+82+179=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 179 (70.31% from 255 or 40.32% from 444); Max value from RGB is 183 - color contains mainly: red. Hex color #B752B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B752B3 is #48AD4C. Grayscale: #7A7A7A. Windows color (decimal): -4762957 or 11752119. OLE color: 11752119.

HSL color Cylindrical-coordinate representation of color #B752B3: hue angle of 302.38º 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 #B752B3 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 82 179 -
CMYK 0 0.55 0.02 0.28
HSL 302.38º 0.41% 0.52% -
HSV(B) 302.38º 0.55% 0.72% -
XYZ 30.68 19.36 44.77 -
YUV 123.26 159.46 170.61 -
System Red Green Blue C M Y K H S L
Decimal 183 82 179 0 0.55 0.02 0.28 302.38 0.41 0.52
Hex B7 52 B3 0 37 2 1C 12E 29 34
Octal 267 122 263 0 67 2 34 456 51 64
Binary 10110111 1010010 10110011 0 110111 10 11100 100101110 101001 110100

Color Harmonies of #B752B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B752B3

Black with #B752B3

Text Example


Text Example

White with #B752B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B752B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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