Html Css Color HEX #B469B9 Fuchsia

📋 copy color: '#B469B9'

red 180 ◦ green 105 ◦ blue 185

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

Shades of Fuchsia #B469B9

Tints of Fuchsia #B469B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.36%

R = 38.3%
G = 22.34%
B = 39.36%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B469B9 (or 0xB469B9) is known color: Fuchsia. HEX triplet: B4, 69 and B9. RGB value is (180,105,185). Sum of RGB (Red+Green+Blue) = 180+105+185=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 185 (72.66% from 255 or 39.36% from 470); Max value from RGB is 185 - color contains mainly: blue. Hex color #B469B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B469B9 is #4B9646. Grayscale: #888888. Windows color (decimal): -4953671 or 12151220. OLE color: 12151220.

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

Color convert

RGB 180 105 185 -
CMYK 0.03 0.43 0 0.27
HSL 296.25º 0.36% 0.57% -
HSV(B) 296.25º 0.43% 0.73% -
XYZ 32.63 23.31 48.68 -
YUV 136.55 155.35 159 -
System Red Green Blue C M Y K H S L
Decimal 180 105 185 0.03 0.43 0 0.27 296.25 0.36 0.57
Hex B4 69 B9 3 2B 0 1B 128 24 39
Octal 264 151 271 3 53 0 33 450 44 71
Binary 10110100 1101001 10111001 11 101011 0 11011 100101000 100100 111001

Color Harmonies of #B469B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B469B9

Black with #B469B9

Text Example


Text Example

White with #B469B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B469B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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