Html Css Color HEX #B35FBF Fuchsia

📋 copy color: '#B35FBF'

red 179 ◦ green 95 ◦ blue 191

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

Shades of Fuchsia #B35FBF

Tints of Fuchsia #B35FBF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.43%

 BLUE value IS 191 (75% from 255) = 41.08%

R = 38.49%
G = 20.43%
B = 41.08%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B35FBF (or 0xB35FBF) is known color: Fuchsia. HEX triplet: B3, 5F and BF. RGB value is (179,95,191). Sum of RGB (Red+Green+Blue) = 179+95+191=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #B35FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35FBF is #4CA040. Grayscale: #828282. Windows color (decimal): -5021761 or 12541875. OLE color: 12541875.

HSL color Cylindrical-coordinate representation of color #B35FBF: hue angle of 292.5º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B35FBF is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 95 191 -
CMYK 0.06 0.50 0 0.25
HSL 292.5º 0.43% 0.56% -
HSV(B) 292.5º 0.5% 0.75% -
XYZ 32.09 21.53 51.75 -
YUV 131.06 161.83 162.19 -
System Red Green Blue C M Y K H S L
Decimal 179 95 191 0.06 0.50 0 0.25 292.5 0.43 0.56
Hex B3 5F BF 6 32 0 19 124 2B 38
Octal 263 137 277 6 62 0 31 444 53 70
Binary 10110011 1011111 10111111 110 110010 0 11001 100100100 101011 111000

Color Harmonies of #B35FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35FBF

Black with #B35FBF

Text Example


Text Example

White with #B35FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35FBF; }

 p { color: rgb(179,95,191); }

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

background-color css

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

 a { background-color: rgb(179,95,191); }

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

border-color css

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

 span { border-color: rgb(179,95,191); }

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