Html Css Color HEX #B369B3 Fuchsia

📋 copy color: '#B369B3'

red 179 ◦ green 105 ◦ blue 179

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

Shades of Fuchsia #B369B3

Tints of Fuchsia #B369B3

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.68%

 BLUE value IS 179 (70.31% from 255) = 38.66%

R = 38.66%
G = 22.68%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B369B3 (or 0xB369B3) is known color: Fuchsia. HEX triplet: B3, 69 and B3. RGB value is (179,105,179). Sum of RGB (Red+Green+Blue) = 179+105+179=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 179 (70.31% from 255 or 38.66% from 463); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B369B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B369B3 is #4C964C. Grayscale: #878787. Windows color (decimal): -5019213 or 11758003. OLE color: 11758003.

HSL color Cylindrical-coordinate representation of color #B369B3: hue angle of 300º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B369B3 is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 105 179 -
CMYK 0 0.41 0 0.30
HSL 300º 0.33% 0.56% -
HSV(B) 300º 0.41% 0.7% -
XYZ 31.78 22.94 45.4 -
YUV 135.56 152.52 158.98 -
System Red Green Blue C M Y K H S L
Decimal 179 105 179 0 0.41 0 0.30 300 0.33 0.56
Hex B3 69 B3 0 29 0 1E 12C 21 38
Octal 263 151 263 0 51 0 36 454 41 70
Binary 10110011 1101001 10110011 0 101001 0 11110 100101100 100001 111000

Color Harmonies of #B369B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B369B3

Black with #B369B3

Text Example


Text Example

White with #B369B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B369B3; }

 p { color: rgb(179,105,179); }

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

background-color css

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

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

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

border-color css

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

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

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