Html Css Color HEX #B268B8 Fuchsia

📋 copy color: '#B268B8'

red 178 ◦ green 104 ◦ blue 184

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

Shades of Fuchsia #B268B8

Tints of Fuchsia #B268B8

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.32%

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

R = 38.2%
G = 22.32%
B = 39.48%

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

#B268B8 (or 0xB268B8) is known color: Fuchsia. HEX triplet: B2, 68 and B8. RGB value is (178,104,184). Sum of RGB (Red+Green+Blue) = 178+104+184=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 104 (41.02% from 255 or 22.32% 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 #B268B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B268B8 is #4D9747. Grayscale: #878787. Windows color (decimal): -5085000 or 12085426. OLE color: 12085426.

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

Color convert

RGB 178 104 184 -
CMYK 0.03 0.43 0 0.28
HSL 295.5º 0.36% 0.56% -
HSV(B) 295.5º 0.43% 0.72% -
XYZ 31.96 22.83 48.07 -
YUV 135.25 155.52 158.5 -
System Red Green Blue C M Y K H S L
Decimal 178 104 184 0.03 0.43 0 0.28 295.5 0.36 0.56
Hex B2 68 B8 3 2B 0 1C 128 24 38
Octal 262 150 270 3 53 0 34 450 44 70
Binary 10110010 1101000 10111000 11 101011 0 11100 100101000 100100 111000

Color Harmonies of #B268B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B268B8

Black with #B268B8

Text Example


Text Example

White with #B268B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B268B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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