Html Css Color HEX #B267B8 Fuchsia

📋 copy color: '#B267B8'

red 178 ◦ green 103 ◦ blue 184

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

Shades of Fuchsia #B267B8

Tints of Fuchsia #B267B8

RGB

 RED value IS 178 (69.92% from 255) = 38.28%

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

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

R = 38.28%
G = 22.15%
B = 39.57%

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

#B267B8 (or 0xB267B8) is known color: Fuchsia. HEX triplet: B2, 67 and B8. RGB value is (178,103,184). Sum of RGB (Red+Green+Blue) = 178+103+184=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 103 (40.62% from 255 or 22.15% from 465); Blue value is 184 (72.27% from 255 or 39.57% from 465); Max value from RGB is 184 - color contains mainly: blue. Hex color #B267B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B267B8 is #4D9847. Grayscale: #868686. Windows color (decimal): -5085256 or 12085170. OLE color: 12085170.

HSL color Cylindrical-coordinate representation of color #B267B8: hue angle of 295.56º 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 #B267B8 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 178 103 184 -
CMYK 0.03 0.44 0 0.28
HSL 295.56º 0.36% 0.56% -
HSV(B) 295.56º 0.44% 0.72% -
XYZ 31.86 22.63 48.04 -
YUV 134.66 155.85 158.91 -
System Red Green Blue C M Y K H S L
Decimal 178 103 184 0.03 0.44 0 0.28 295.56 0.36 0.56
Hex B2 67 B8 3 2C 0 1C 128 24 38
Octal 262 147 270 3 54 0 34 450 44 70
Binary 10110010 1100111 10111000 11 101100 0 11100 100101000 100100 111000

Color Harmonies of #B267B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B267B8

Black with #B267B8

Text Example


Text Example

White with #B267B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B267B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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