Html Css Color HEX #B750B6 Fuchsia

📋 copy color: '#B750B6'

red 183 ◦ green 80 ◦ blue 182

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

Shades of Fuchsia #B750B6

Tints of Fuchsia #B750B6

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.98%

 BLUE value IS 182 (71.48% from 255) = 40.9%

R = 41.12%
G = 17.98%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.28

RGB Variations

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

Color information

#B750B6 (or 0xB750B6) is known color: Fuchsia. HEX triplet: B7, 50 and B6. RGB value is (183,80,182). Sum of RGB (Red+Green+Blue) = 183+80+182=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 182 (71.48% from 255 or 40.90% from 445); Max value from RGB is 183 - color contains mainly: red. Hex color #B750B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B750B6 is #48AF49. Grayscale: #7A7A7A. Windows color (decimal): -4763466 or 11948215. OLE color: 11948215.

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

Color convert

RGB 183 80 182 -
CMYK 0 0.56 0.01 0.28
HSL 300.58º 0.42% 0.52% -
HSV(B) 300.58º 0.56% 0.72% -
XYZ 30.84 19.18 46.33 -
YUV 122.43 161.62 171.21 -
System Red Green Blue C M Y K H S L
Decimal 183 80 182 0 0.56 0.01 0.28 300.58 0.42 0.52
Hex B7 50 B6 0 38 1 1C 12D 2A 34
Octal 267 120 266 0 70 1 34 455 52 64
Binary 10110111 1010000 10110110 0 111000 1 11100 100101101 101010 110100

Color Harmonies of #B750B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B750B6

Black with #B750B6

Text Example


Text Example

White with #B750B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B750B6; }

 p { color: rgb(183,80,182); }

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

background-color css

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

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

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

border-color css

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

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

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