Html Css Color HEX #B745BD Fuchsia

📋 copy color: '#B745BD'

red 183 ◦ green 69 ◦ blue 189

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

Shades of Fuchsia #B745BD

Tints of Fuchsia #B745BD

RGB

 RED value IS 183 (71.88% from 255) = 41.5%

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

 BLUE value IS 189 (74.22% from 255) = 42.86%

R = 41.5%
G = 15.65%
B = 42.86%

CMYK

 C value IS 0.03

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B745BD (or 0xB745BD) is known color: Fuchsia. HEX triplet: B7, 45 and BD. RGB value is (183,69,189). Sum of RGB (Red+Green+Blue) = 183+69+189=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 69 (27.34% from 255 or 15.65% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #B745BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B745BD is #48BA42. Grayscale: #747474. Windows color (decimal): -4766275 or 12404151. OLE color: 12404151.

HSL color Cylindrical-coordinate representation of color #B745BD: hue angle of 297º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B745BD is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 183 69 189 -
CMYK 0.03 0.63 0 0.26
HSL 297º 0.48% 0.51% -
HSV(B) 297º 0.63% 0.74% -
XYZ 30.84 18 49.99 -
YUV 116.77 168.77 175.24 -
System Red Green Blue C M Y K H S L
Decimal 183 69 189 0.03 0.63 0 0.26 297 0.48 0.51
Hex B7 45 BD 3 3F 0 1A 129 30 33
Octal 267 105 275 3 77 0 32 451 60 63
Binary 10110111 1000101 10111101 11 111111 0 11010 100101001 110000 110011

Color Harmonies of #B745BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B745BD

Black with #B745BD

Text Example


Text Example

White with #B745BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B745BD; }

 p { color: rgb(183,69,189); }

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

background-color css

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

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

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

border-color css

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

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

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