Html Css Color HEX #B351BC Fuchsia

📋 copy color: '#B351BC'

red 179 ◦ green 81 ◦ blue 188

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

Shades of Fuchsia #B351BC

Tints of Fuchsia #B351BC

RGB

 RED value IS 179 (70.31% from 255) = 39.96%

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

 BLUE value IS 188 (73.83% from 255) = 41.96%

R = 39.96%
G = 18.08%
B = 41.96%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B351BC (or 0xB351BC) is known color: Fuchsia. HEX triplet: B3, 51 and BC. RGB value is (179,81,188). Sum of RGB (Red+Green+Blue) = 179+81+188=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #B351BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B351BC is #4CAE43. Grayscale: #7A7A7A. Windows color (decimal): -5025348 or 12341683. OLE color: 12341683.

HSL color Cylindrical-coordinate representation of color #B351BC: hue angle of 294.95º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B351BC is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 81 188 -
CMYK 0.05 0.57 0 0.26
HSL 294.95º 0.44% 0.53% -
HSV(B) 294.95º 0.57% 0.74% -
XYZ 30.61 19.1 49.65 -
YUV 122.5 164.97 168.3 -
System Red Green Blue C M Y K H S L
Decimal 179 81 188 0.05 0.57 0 0.26 294.95 0.44 0.53
Hex B3 51 BC 5 39 0 1A 127 2C 35
Octal 263 121 274 5 71 0 32 447 54 65
Binary 10110011 1010001 10111100 101 111001 0 11010 100100111 101100 110101

Color Harmonies of #B351BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B351BC

Black with #B351BC

Text Example


Text Example

White with #B351BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B351BC; }

 p { color: rgb(179,81,188); }

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

background-color css

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

 a { background-color: rgb(179,81,188); }

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

border-color css

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

 span { border-color: rgb(179,81,188); }

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