Html Css Color HEX #B750BE Fuchsia

📋 copy color: '#B750BE'

red 183 ◦ green 80 ◦ blue 190

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

Shades of Fuchsia #B750BE

Tints of Fuchsia #B750BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.94%

R = 40.4%
G = 17.66%
B = 41.94%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B750BE (or 0xB750BE) is known color: Fuchsia. HEX triplet: B7, 50 and BE. RGB value is (183,80,190). Sum of RGB (Red+Green+Blue) = 183+80+190=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #B750BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B750BE is #48AF41. Grayscale: #7B7B7B. Windows color (decimal): -4763458 or 12472503. OLE color: 12472503.

HSL color Cylindrical-coordinate representation of color #B750BE: hue angle of 296.18º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B750BE is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 80 190 -
CMYK 0.04 0.58 0 0.25
HSL 296.18º 0.46% 0.53% -
HSV(B) 296.18º 0.58% 0.75% -
XYZ 31.69 19.52 50.81 -
YUV 123.34 165.62 170.56 -
System Red Green Blue C M Y K H S L
Decimal 183 80 190 0.04 0.58 0 0.25 296.18 0.46 0.53
Hex B7 50 BE 4 3A 0 19 128 2E 35
Octal 267 120 276 4 72 0 31 450 56 65
Binary 10110111 1010000 10111110 100 111010 0 11001 100101000 101110 110101

Color Harmonies of #B750BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B750BE

Black with #B750BE

Text Example


Text Example

White with #B750BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B750BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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