Html Css Color HEX #B751C0 Fuchsia

📋 copy color: '#B751C0'

red 183 ◦ green 81 ◦ blue 192

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

Shades of Fuchsia #B751C0

Tints of Fuchsia #B751C0

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.76%

 BLUE value IS 192 (75.39% from 255) = 42.11%

R = 40.13%
G = 17.76%
B = 42.11%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B751C0 (or 0xB751C0) is known color: Fuchsia. HEX triplet: B7, 51 and C0. RGB value is (183,81,192). Sum of RGB (Red+Green+Blue) = 183+81+192=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 81 (32.03% from 255 or 17.76% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 192 - color contains mainly: blue. Hex color #B751C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B751C0 is #48AE3F. Grayscale: #7B7B7B. Windows color (decimal): -4763200 or 12603831. OLE color: 12603831.

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

Color convert

RGB 183 81 192 -
CMYK 0.05 0.58 0 0.25
HSL 295.14º 0.47% 0.54% -
HSV(B) 295.14º 0.58% 0.75% -
XYZ 31.99 19.76 52 -
YUV 124.15 166.29 169.97 -
System Red Green Blue C M Y K H S L
Decimal 183 81 192 0.05 0.58 0 0.25 295.14 0.47 0.54
Hex B7 51 C0 5 3A 0 19 127 2F 36
Octal 267 121 300 5 72 0 31 447 57 66
Binary 10110111 1010001 11000000 101 111010 0 11001 100100111 101111 110110

Color Harmonies of #B751C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B751C0

Black with #B751C0

Text Example


Text Example

White with #B751C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B751C0; }

 p { color: rgb(183,81,192); }

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

background-color css

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

 a { background-color: rgb(183,81,192); }

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

border-color css

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

 span { border-color: rgb(183,81,192); }

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