Html Css Color HEX #B268BB Fuchsia

📋 copy color: '#B268BB'

red 178 ◦ green 104 ◦ blue 187

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

Shades of Fuchsia #B268BB

Tints of Fuchsia #B268BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.87%

R = 37.95%
G = 22.17%
B = 39.87%

CMYK

 C value IS 0.05

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B268BB (or 0xB268BB) is known color: Fuchsia. HEX triplet: B2, 68 and BB. RGB value is (178,104,187). Sum of RGB (Red+Green+Blue) = 178+104+187=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 104 (41.02% from 255 or 22.17% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 187 - color contains mainly: blue. Hex color #B268BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B268BB is #4D9744. Grayscale: #878787. Windows color (decimal): -5084997 or 12282034. OLE color: 12282034.

HSL color Cylindrical-coordinate representation of color #B268BB: hue angle of 293.49º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B268BB is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 104 187 -
CMYK 0.05 0.44 0 0.27
HSL 293.49º 0.38% 0.57% -
HSV(B) 293.49º 0.44% 0.73% -
XYZ 32.28 22.95 49.74 -
YUV 135.59 157.02 158.25 -
System Red Green Blue C M Y K H S L
Decimal 178 104 187 0.05 0.44 0 0.27 293.49 0.38 0.57
Hex B2 68 BB 5 2C 0 1B 125 26 39
Octal 262 150 273 5 54 0 33 445 46 71
Binary 10110010 1101000 10111011 101 101100 0 11011 100100101 100110 111001

Color Harmonies of #B268BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B268BB

Black with #B268BB

Text Example


Text Example

White with #B268BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B268BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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