Html Css Color HEX #B269BE Fuchsia

📋 copy color: '#B269BE'

red 178 ◦ green 105 ◦ blue 190

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

Shades of Fuchsia #B269BE

Tints of Fuchsia #B269BE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.2%

 BLUE value IS 190 (74.61% from 255) = 40.17%

R = 37.63%
G = 22.2%
B = 40.17%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B269BE (or 0xB269BE) is known color: Fuchsia. HEX triplet: B2, 69 and BE. RGB value is (178,105,190). Sum of RGB (Red+Green+Blue) = 178+105+190=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #B269BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B269BE is #4D9641. Grayscale: #888888. Windows color (decimal): -5084738 or 12478898. OLE color: 12478898.

HSL color Cylindrical-coordinate representation of color #B269BE: hue angle of 291.53º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B269BE is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 105 190 -
CMYK 0.06 0.45 0 0.25
HSL 291.53º 0.4% 0.58% -
HSV(B) 291.53º 0.45% 0.75% -
XYZ 32.71 23.29 51.49 -
YUV 136.52 158.18 157.59 -
System Red Green Blue C M Y K H S L
Decimal 178 105 190 0.06 0.45 0 0.25 291.53 0.4 0.58
Hex B2 69 BE 6 2D 0 19 124 28 3A
Octal 262 151 276 6 55 0 31 444 50 72
Binary 10110010 1101001 10111110 110 101101 0 11001 100100100 101000 111010

Color Harmonies of #B269BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B269BE

Black with #B269BE

Text Example


Text Example

White with #B269BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B269BE; }

 p { color: rgb(178,105,190); }

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

background-color css

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

 a { background-color: rgb(178,105,190); }

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

border-color css

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

 span { border-color: rgb(178,105,190); }

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