Html Css Color HEX #B945B9 Fuchsia

📋 copy color: '#B945B9'

red 185 ◦ green 69 ◦ blue 185

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

Shades of Fuchsia #B945B9

Tints of Fuchsia #B945B9

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.72%

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

R = 42.14%
G = 15.72%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B945B9 (or 0xB945B9) is known color: Fuchsia. HEX triplet: B9, 45 and B9. RGB value is (185,69,185). Sum of RGB (Red+Green+Blue) = 185+69+185=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 69 (27.34% from 255 or 15.72% from 439); Blue value is 185 (72.66% from 255 or 42.14% from 439); Max value from RGB is 185 - color contains mainly: red, blue. Hex color #B945B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B945B9 is #46BA46. Grayscale: #747474. Windows color (decimal): -4635207 or 12142009. OLE color: 12142009.

HSL color Cylindrical-coordinate representation of color #B945B9: hue angle of 300º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B945B9 is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 69 185 -
CMYK 0 0.63 0 0.27
HSL 300º 0.46% 0.5% -
HSV(B) 300º 0.63% 0.73% -
XYZ 30.89 18.07 47.76 -
YUV 116.91 166.43 176.57 -
System Red Green Blue C M Y K H S L
Decimal 185 69 185 0 0.63 0 0.27 300 0.46 0.5
Hex B9 45 B9 0 3F 0 1B 12C 2E 32
Octal 271 105 271 0 77 0 33 454 56 62
Binary 10111001 1000101 10111001 0 111111 0 11011 100101100 101110 110010

Color Harmonies of #B945B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B945B9

Black with #B945B9

Text Example


Text Example

White with #B945B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B945B9; }

 p { color: rgb(185,69,185); }

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

background-color css

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

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

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

border-color css

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

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

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