Html Css Color HEX #B772BD Fuchsia

📋 copy color: '#B772BD'

red 183 ◦ green 114 ◦ blue 189

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

Shades of Fuchsia #B772BD

Tints of Fuchsia #B772BD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.46%

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

R = 37.65%
G = 23.46%
B = 38.89%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B772BD (or 0xB772BD) is known color: Fuchsia. HEX triplet: B7, 72 and BD. RGB value is (183,114,189). Sum of RGB (Red+Green+Blue) = 183+114+189=486 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.65% from 486); Green value is 114 (44.92% from 255 or 23.46% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 189 - color contains mainly: blue. Hex color #B772BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B772BD is #488D42. Grayscale: #8E8E8E. Windows color (decimal): -4754755 or 12415671. OLE color: 12415671.

HSL color Cylindrical-coordinate representation of color #B772BD: hue angle of 295.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B772BD is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 183 114 189 -
CMYK 0.03 0.40 0 0.26
HSL 295.2º 0.36% 0.59% -
HSV(B) 295.2º 0.4% 0.74% -
XYZ 34.73 25.78 51.29 -
YUV 143.18 153.86 156.4 -
System Red Green Blue C M Y K H S L
Decimal 183 114 189 0.03 0.40 0 0.26 295.2 0.36 0.59
Hex B7 72 BD 3 28 0 1A 127 24 3B
Octal 267 162 275 3 50 0 32 447 44 73
Binary 10110111 1110010 10111101 11 101000 0 11010 100100111 100100 111011

Color Harmonies of #B772BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B772BD

Black with #B772BD

Text Example


Text Example

White with #B772BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B772BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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