Html Css Color HEX #B445BB Fuchsia

📋 copy color: '#B445BB'

red 180 ◦ green 69 ◦ blue 187

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

Shades of Fuchsia #B445BB

Tints of Fuchsia #B445BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.89%

R = 41.28%
G = 15.83%
B = 42.89%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B445BB (or 0xB445BB) is known color: Fuchsia. HEX triplet: B4, 45 and BB. RGB value is (180,69,187). Sum of RGB (Red+Green+Blue) = 180+69+187=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 69 (27.34% from 255 or 15.83% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 187 - color contains mainly: blue. Hex color #B445BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B445BB is #4BBA44. Grayscale: #737373. Windows color (decimal): -4962885 or 12273076. OLE color: 12273076.

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

Color convert

RGB 180 69 187 -
CMYK 0.04 0.63 0 0.27
HSL 296.44º 0.46% 0.5% -
HSV(B) 296.44º 0.63% 0.73% -
XYZ 29.92 17.55 48.82 -
YUV 115.64 168.27 173.91 -
System Red Green Blue C M Y K H S L
Decimal 180 69 187 0.04 0.63 0 0.27 296.44 0.46 0.5
Hex B4 45 BB 4 3F 0 1B 128 2E 32
Octal 264 105 273 4 77 0 33 450 56 62
Binary 10110100 1000101 10111011 100 111111 0 11011 100101000 101110 110010

Color Harmonies of #B445BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B445BB

Black with #B445BB

Text Example


Text Example

White with #B445BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B445BB; }

 p { color: rgb(180,69,187); }

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

background-color css

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

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

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

border-color css

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

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

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