Html Css Color HEX #B770BD Fuchsia

📋 copy color: '#B770BD'

red 183 ◦ green 112 ◦ blue 189

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

Shades of Fuchsia #B770BD

Tints of Fuchsia #B770BD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.14%

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

R = 37.81%
G = 23.14%
B = 39.05%

CMYK

 C value IS 0.03

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B770BD (or 0xB770BD) is known color: Fuchsia. HEX triplet: B7, 70 and BD. RGB value is (183,112,189). Sum of RGB (Red+Green+Blue) = 183+112+189=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 189 - color contains mainly: blue. Hex color #B770BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B770BD is #488F42. Grayscale: #8D8D8D. Windows color (decimal): -4755267 or 12415159. OLE color: 12415159.

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

Color convert

RGB 183 112 189 -
CMYK 0.03 0.41 0 0.26
HSL 295.32º 0.37% 0.59% -
HSV(B) 295.32º 0.41% 0.74% -
XYZ 34.51 25.33 51.21 -
YUV 142.01 154.52 157.24 -
System Red Green Blue C M Y K H S L
Decimal 183 112 189 0.03 0.41 0 0.26 295.32 0.37 0.59
Hex B7 70 BD 3 29 0 1A 127 25 3B
Octal 267 160 275 3 51 0 32 447 45 73
Binary 10110111 1110000 10111101 11 101001 0 11010 100100111 100101 111011

Color Harmonies of #B770BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B770BD

Black with #B770BD

Text Example


Text Example

White with #B770BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B770BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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