Html Css Color HEX #B367B8 Fuchsia

📋 copy color: '#B367B8'

red 179 ◦ green 103 ◦ blue 184

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

Shades of Fuchsia #B367B8

Tints of Fuchsia #B367B8

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.1%

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

R = 38.41%
G = 22.1%
B = 39.48%

CMYK

 C value IS 0.03

 M value IS 0.44

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B367B8 (or 0xB367B8) is known color: Fuchsia. HEX triplet: B3, 67 and B8. RGB value is (179,103,184). Sum of RGB (Red+Green+Blue) = 179+103+184=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 103 (40.62% from 255 or 22.10% from 466); Blue value is 184 (72.27% from 255 or 39.48% from 466); Max value from RGB is 184 - color contains mainly: blue. Hex color #B367B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B367B8 is #4C9847. Grayscale: #868686. Windows color (decimal): -5019720 or 12085171. OLE color: 12085171.

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

Color convert

RGB 179 103 184 -
CMYK 0.03 0.44 0 0.28
HSL 296.3º 0.36% 0.56% -
HSV(B) 296.3º 0.44% 0.72% -
XYZ 32.09 22.74 48.05 -
YUV 134.96 155.68 159.41 -
System Red Green Blue C M Y K H S L
Decimal 179 103 184 0.03 0.44 0 0.28 296.3 0.36 0.56
Hex B3 67 B8 3 2C 0 1C 128 24 38
Octal 263 147 270 3 54 0 34 450 44 70
Binary 10110011 1100111 10111000 11 101100 0 11100 100101000 100100 111000

Color Harmonies of #B367B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B367B8

Black with #B367B8

Text Example


Text Example

White with #B367B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B367B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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