Html Css Color HEX #B752BB Fuchsia

📋 copy color: '#B752BB'

red 183 ◦ green 82 ◦ blue 187

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

Shades of Fuchsia #B752BB

Tints of Fuchsia #B752BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.37%

R = 40.49%
G = 18.14%
B = 41.37%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B752BB (or 0xB752BB) is known color: Fuchsia. HEX triplet: B7, 52 and BB. RGB value is (183,82,187). Sum of RGB (Red+Green+Blue) = 183+82+187=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 187 - color contains mainly: blue. Hex color #B752BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B752BB is #48AD44. Grayscale: #7B7B7B. Windows color (decimal): -4762949 or 12276407. OLE color: 12276407.

HSL color Cylindrical-coordinate representation of color #B752BB: hue angle of 297.71º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B752BB is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 82 187 -
CMYK 0.02 0.56 0 0.27
HSL 297.71º 0.44% 0.53% -
HSV(B) 297.71º 0.56% 0.73% -
XYZ 31.52 19.69 49.15 -
YUV 124.17 163.46 169.96 -
System Red Green Blue C M Y K H S L
Decimal 183 82 187 0.02 0.56 0 0.27 297.71 0.44 0.53
Hex B7 52 BB 2 38 0 1B 12A 2C 35
Octal 267 122 273 2 70 0 33 452 54 65
Binary 10110111 1010010 10111011 10 111000 0 11011 100101010 101100 110101

Color Harmonies of #B752BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B752BB

Black with #B752BB

Text Example


Text Example

White with #B752BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B752BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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