Html Css Color HEX #B969B4 Fuchsia

📋 copy color: '#B969B4'

red 185 ◦ green 105 ◦ blue 180

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

Shades of Fuchsia #B969B4

Tints of Fuchsia #B969B4

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#B969B4 (or 0xB969B4) is known color: Fuchsia. HEX triplet: B9, 69 and B4. RGB value is (185,105,180). Sum of RGB (Red+Green+Blue) = 185+105+180=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 180 (70.70% from 255 or 38.30% from 470); Max value from RGB is 185 - color contains mainly: red. Hex color #B969B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B969B4 is #46964B. Grayscale: #898989. Windows color (decimal): -4625996 or 11823545. OLE color: 11823545.

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

Color convert

RGB 185 105 180 -
CMYK 0 0.43 0.03 0.27
HSL 303.75º 0.36% 0.57% -
HSV(B) 303.75º 0.43% 0.73% -
XYZ 33.3 23.71 46 -
YUV 137.47 152 161.9 -
System Red Green Blue C M Y K H S L
Decimal 185 105 180 0 0.43 0.03 0.27 303.75 0.36 0.57
Hex B9 69 B4 0 2B 3 1B 130 24 39
Octal 271 151 264 0 53 3 33 460 44 71
Binary 10111001 1101001 10110100 0 101011 11 11011 100110000 100100 111001

Color Harmonies of #B969B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B969B4

Black with #B969B4

Text Example


Text Example

White with #B969B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B969B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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