Html Css Color HEX #B369B8 Fuchsia

📋 copy color: '#B369B8'

red 179 ◦ green 105 ◦ blue 184

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

Shades of Fuchsia #B369B8

Tints of Fuchsia #B369B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.32%

R = 38.25%
G = 22.44%
B = 39.32%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B369B8 (or 0xB369B8) is known color: Fuchsia. HEX triplet: B3, 69 and B8. RGB value is (179,105,184). Sum of RGB (Red+Green+Blue) = 179+105+184=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 184 (72.27% from 255 or 39.32% from 468); Max value from RGB is 184 - color contains mainly: blue. Hex color #B369B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B369B8 is #4C9647. Grayscale: #878787. Windows color (decimal): -5019208 or 12085683. OLE color: 12085683.

HSL color Cylindrical-coordinate representation of color #B369B8: hue angle of 296.2º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B369B8 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 179 105 184 -
CMYK 0.03 0.43 0 0.28
HSL 296.2º 0.36% 0.57% -
HSV(B) 296.2º 0.43% 0.72% -
XYZ 32.29 23.15 48.11 -
YUV 136.13 155.02 158.58 -
System Red Green Blue C M Y K H S L
Decimal 179 105 184 0.03 0.43 0 0.28 296.2 0.36 0.57
Hex B3 69 B8 3 2B 0 1C 128 24 39
Octal 263 151 270 3 53 0 34 450 44 71
Binary 10110011 1101001 10111000 11 101011 0 11100 100101000 100100 111001

Color Harmonies of #B369B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B369B8

Black with #B369B8

Text Example


Text Example

White with #B369B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B369B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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