Html Css Color HEX #B469BE Fuchsia

📋 copy color: '#B469BE'

red 180 ◦ green 105 ◦ blue 190

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

Shades of Fuchsia #B469BE

Tints of Fuchsia #B469BE

RGB

 RED value IS 180 (70.7% from 255) = 37.89%

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

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

R = 37.89%
G = 22.11%
B = 40%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B469BE (or 0xB469BE) is known color: Fuchsia. HEX triplet: B4, 69 and BE. RGB value is (180,105,190). Sum of RGB (Red+Green+Blue) = 180+105+190=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #B469BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B469BE is #4B9641. Grayscale: #888888. Windows color (decimal): -4953666 or 12478900. OLE color: 12478900.

HSL color Cylindrical-coordinate representation of color #B469BE: hue angle of 292.94º 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 #B469BE is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 105 190 -
CMYK 0.05 0.45 0 0.25
HSL 292.94º 0.4% 0.58% -
HSV(B) 292.94º 0.45% 0.75% -
XYZ 33.17 23.52 51.51 -
YUV 137.12 157.85 158.59 -
System Red Green Blue C M Y K H S L
Decimal 180 105 190 0.05 0.45 0 0.25 292.94 0.4 0.58
Hex B4 69 BE 5 2D 0 19 125 28 3A
Octal 264 151 276 5 55 0 31 445 50 72
Binary 10110100 1101001 10111110 101 101101 0 11001 100100101 101000 111010

Color Harmonies of #B469BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B469BE

Black with #B469BE

Text Example


Text Example

White with #B469BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B469BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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