Html Css Color HEX #B369B6 Fuchsia

📋 copy color: '#B369B6'

red 179 ◦ green 105 ◦ blue 182

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

Shades of Fuchsia #B369B6

Tints of Fuchsia #B369B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.06%

R = 38.41%
G = 22.53%
B = 39.06%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B369B6 (or 0xB369B6) is known color: Fuchsia. HEX triplet: B3, 69 and B6. RGB value is (179,105,182). Sum of RGB (Red+Green+Blue) = 179+105+182=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 182 (71.48% from 255 or 39.06% from 466); Max value from RGB is 182 - color contains mainly: blue. Hex color #B369B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B369B6 is #4C9649. Grayscale: #878787. Windows color (decimal): -5019210 or 11954611. OLE color: 11954611.

HSL color Cylindrical-coordinate representation of color #B369B6: hue angle of 297.66º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B369B6 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 179 105 182 -
CMYK 0.02 0.42 0 0.29
HSL 297.66º 0.35% 0.56% -
HSV(B) 297.66º 0.42% 0.71% -
XYZ 32.09 23.06 47.02 -
YUV 135.9 154.02 158.74 -
System Red Green Blue C M Y K H S L
Decimal 179 105 182 0.02 0.42 0 0.29 297.66 0.35 0.56
Hex B3 69 B6 2 2A 0 1D 12A 23 38
Octal 263 151 266 2 52 0 35 452 43 70
Binary 10110011 1101001 10110110 10 101010 0 11101 100101010 100011 111000

Color Harmonies of #B369B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B369B6

Black with #B369B6

Text Example


Text Example

White with #B369B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B369B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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