Html Css Color HEX #B750BA Fuchsia

📋 copy color: '#B750BA'

red 183 ◦ green 80 ◦ blue 186

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

Shades of Fuchsia #B750BA

Tints of Fuchsia #B750BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.43%

R = 40.76%
G = 17.82%
B = 41.43%

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B750BA (or 0xB750BA) is known color: Fuchsia. HEX triplet: B7, 50 and BA. RGB value is (183,80,186). Sum of RGB (Red+Green+Blue) = 183+80+186=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #B750BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B750BA is #48AF45. Grayscale: #7A7A7A. Windows color (decimal): -4763462 or 12210359. OLE color: 12210359.

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

Color convert

RGB 183 80 186 -
CMYK 0.02 0.57 0 0.27
HSL 298.3º 0.43% 0.52% -
HSV(B) 298.3º 0.57% 0.73% -
XYZ 31.26 19.35 48.54 -
YUV 122.88 163.62 170.88 -
System Red Green Blue C M Y K H S L
Decimal 183 80 186 0.02 0.57 0 0.27 298.3 0.43 0.52
Hex B7 50 BA 2 39 0 1B 12A 2B 34
Octal 267 120 272 2 71 0 33 452 53 64
Binary 10110111 1010000 10111010 10 111001 0 11011 100101010 101011 110100

Color Harmonies of #B750BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B750BA

Black with #B750BA

Text Example


Text Example

White with #B750BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B750BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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