Html Css Color HEX #B338AF Fuchsia

📋 copy color: '#B338AF'

red 179 ◦ green 56 ◦ blue 175

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

Shades of Fuchsia #B338AF

Tints of Fuchsia #B338AF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.66%

 BLUE value IS 175 (68.75% from 255) = 42.68%

R = 43.66%
G = 13.66%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B338AF (or 0xB338AF) is known color: Fuchsia. HEX triplet: B3, 38 and AF. RGB value is (179,56,175). Sum of RGB (Red+Green+Blue) = 179+56+175=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 56 (22.27% from 255 or 13.66% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 179 - color contains mainly: red. Hex color #B338AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B338AF is #4CC750. Grayscale: #696969. Windows color (decimal): -5031761 or 11483315. OLE color: 11483315.

HSL color Cylindrical-coordinate representation of color #B338AF: hue angle of 301.95º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B338AF is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 56 175 -
CMYK 0 0.69 0.02 0.30
HSL 301.95º 0.52% 0.46% -
HSV(B) 301.95º 0.69% 0.7% -
XYZ 27.74 15.51 42.09 -
YUV 106.34 166.75 179.82 -
System Red Green Blue C M Y K H S L
Decimal 179 56 175 0 0.69 0.02 0.30 301.95 0.52 0.46
Hex B3 38 AF 0 45 2 1E 12E 34 2E
Octal 263 70 257 0 105 2 36 456 64 56
Binary 10110011 111000 10101111 0 1000101 10 11110 100101110 110100 101110

Color Harmonies of #B338AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B338AF

Black with #B338AF

Text Example


Text Example

White with #B338AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B338AF; }

 p { color: rgb(179,56,175); }

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

background-color css

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

 a { background-color: rgb(179,56,175); }

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

border-color css

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

 span { border-color: rgb(179,56,175); }

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