Html Css Color HEX #B338B0 Fuchsia

📋 copy color: '#B338B0'

red 179 ◦ green 56 ◦ blue 176

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

Shades of Fuchsia #B338B0

Tints of Fuchsia #B338B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.82%

R = 43.55%
G = 13.63%
B = 42.82%

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

#B338B0 (or 0xB338B0) is known color: Fuchsia. HEX triplet: B3, 38 and B0. RGB value is (179,56,176). Sum of RGB (Red+Green+Blue) = 179+56+176=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 56 (22.27% from 255 or 13.63% from 411); Blue value is 176 (69.14% from 255 or 42.82% from 411); Max value from RGB is 179 - color contains mainly: red. Hex color #B338B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B338B0 is #4CC74F. Grayscale: #6A6A6A. Windows color (decimal): -5031760 or 11548851. OLE color: 11548851.

HSL color Cylindrical-coordinate representation of color #B338B0: hue angle of 301.46º 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 #B338B0 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 56 176 -
CMYK 0 0.69 0.02 0.30
HSL 301.46º 0.52% 0.46% -
HSV(B) 301.46º 0.69% 0.7% -
XYZ 27.84 15.55 42.61 -
YUV 106.46 167.25 179.74 -
System Red Green Blue C M Y K H S L
Decimal 179 56 176 0 0.69 0.02 0.30 301.46 0.52 0.46
Hex B3 38 B0 0 45 2 1E 12D 34 2E
Octal 263 70 260 0 105 2 36 455 64 56
Binary 10110011 111000 10110000 0 1000101 10 11110 100101101 110100 101110

Color Harmonies of #B338B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B338B0

Black with #B338B0

Text Example


Text Example

White with #B338B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B338B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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