Html Css Color HEX #B969B2 Fuchsia

📋 copy color: '#B969B2'

red 185 ◦ green 105 ◦ blue 178

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

Shades of Fuchsia #B969B2

Tints of Fuchsia #B969B2

RGB

 RED value IS 185 (72.66% from 255) = 39.53%

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

 BLUE value IS 178 (69.92% from 255) = 38.03%

R = 39.53%
G = 22.44%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B969B2 (or 0xB969B2) is known color: Fuchsia. HEX triplet: B9, 69 and B2. RGB value is (185,105,178). Sum of RGB (Red+Green+Blue) = 185+105+178=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 178 (69.92% from 255 or 38.03% from 468); Max value from RGB is 185 - color contains mainly: red. Hex color #B969B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B969B2 is #46964D. Grayscale: #898989. Windows color (decimal): -4625998 or 11692473. OLE color: 11692473.

HSL color Cylindrical-coordinate representation of color #B969B2: hue angle of 305.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 #B969B2 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 105 178 -
CMYK 0 0.43 0.04 0.27
HSL 305.25º 0.36% 0.57% -
HSV(B) 305.25º 0.43% 0.73% -
XYZ 33.1 23.63 44.94 -
YUV 137.24 151 162.06 -
System Red Green Blue C M Y K H S L
Decimal 185 105 178 0 0.43 0.04 0.27 305.25 0.36 0.57
Hex B9 69 B2 0 2B 4 1B 131 24 39
Octal 271 151 262 0 53 4 33 461 44 71
Binary 10111001 1101001 10110010 0 101011 100 11011 100110001 100100 111001

Color Harmonies of #B969B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B969B2

Black with #B969B2

Text Example


Text Example

White with #B969B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B969B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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