Html Css Color HEX #B945B0 Fuchsia

📋 copy color: '#B945B0'

red 185 ◦ green 69 ◦ blue 176

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

Shades of Fuchsia #B945B0

Tints of Fuchsia #B945B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.93%

R = 43.02%
G = 16.05%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#B945B0 (or 0xB945B0) is known color: Fuchsia. HEX triplet: B9, 45 and B0. RGB value is (185,69,176). Sum of RGB (Red+Green+Blue) = 185+69+176=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 185 - color contains mainly: red. Hex color #B945B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B945B0 is #46BA4F. Grayscale: #737373. Windows color (decimal): -4635216 or 11552185. OLE color: 11552185.

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

Color convert

RGB 185 69 176 -
CMYK 0 0.63 0.05 0.27
HSL 304.66º 0.46% 0.5% -
HSV(B) 304.66º 0.63% 0.73% -
XYZ 29.97 17.71 42.91 -
YUV 115.88 161.93 177.3 -
System Red Green Blue C M Y K H S L
Decimal 185 69 176 0 0.63 0.05 0.27 304.66 0.46 0.5
Hex B9 45 B0 0 3F 5 1B 131 2E 32
Octal 271 105 260 0 77 5 33 461 56 62
Binary 10111001 1000101 10110000 0 111111 101 11011 100110001 101110 110010

Color Harmonies of #B945B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B945B0

Black with #B945B0

Text Example


Text Example

White with #B945B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B945B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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