Html Css Color HEX #B267B4 Fuchsia

📋 copy color: '#B267B4'

red 178 ◦ green 103 ◦ blue 180

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

Shades of Fuchsia #B267B4

Tints of Fuchsia #B267B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 39.05%

R = 38.61%
G = 22.34%
B = 39.05%

CMYK

 C value IS 0.01

 M value IS 0.43

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B267B4 (or 0xB267B4) is known color: Fuchsia. HEX triplet: B2, 67 and B4. RGB value is (178,103,180). Sum of RGB (Red+Green+Blue) = 178+103+180=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 103 (40.62% from 255 or 22.34% from 461); Blue value is 180 (70.70% from 255 or 39.05% from 461); Max value from RGB is 180 - color contains mainly: blue. Hex color #B267B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B267B4 is #4D984B. Grayscale: #858585. Windows color (decimal): -5085260 or 11823026. OLE color: 11823026.

HSL color Cylindrical-coordinate representation of color #B267B4: hue angle of 298.44º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B267B4 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 103 180 -
CMYK 0.01 0.43 0 0.29
HSL 298.44º 0.34% 0.55% -
HSV(B) 298.44º 0.43% 0.71% -
XYZ 31.45 22.46 45.86 -
YUV 134.2 153.85 159.24 -
System Red Green Blue C M Y K H S L
Decimal 178 103 180 0.01 0.43 0 0.29 298.44 0.34 0.55
Hex B2 67 B4 1 2B 0 1D 12A 22 37
Octal 262 147 264 1 53 0 35 452 42 67
Binary 10110010 1100111 10110100 1 101011 0 11101 100101010 100010 110111

Color Harmonies of #B267B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B267B4

Black with #B267B4

Text Example


Text Example

White with #B267B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B267B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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