Html Css Color HEX #B775B3 London Hue

📋 copy color: '#B775B3'

red 183 ◦ green 117 ◦ blue 179

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

Shades of London Hue #B775B3

Tints of London Hue #B775B3

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.43%

 BLUE value IS 179 (70.31% from 255) = 37.37%

R = 38.2%
G = 24.43%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#B775B3 (or 0xB775B3) is known color: London Hue. HEX triplet: B7, 75 and B3. RGB value is (183,117,179). Sum of RGB (Red+Green+Blue) = 183+117+179=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 179 (70.31% from 255 or 37.37% from 479); Max value from RGB is 183 - color contains mainly: red. Hex color #B775B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B775B3 is #488A4C. Grayscale: #8F8F8F. Windows color (decimal): -4753997 or 11761079. OLE color: 11761079.

HSL color Cylindrical-coordinate representation of color #B775B3: hue angle of 303.64º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B775B3 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 117 179 -
CMYK 0 0.36 0.02 0.28
HSL 303.64º 0.31% 0.59% -
HSV(B) 303.64º 0.36% 0.72% -
XYZ 34.03 26.04 45.88 -
YUV 143.8 147.87 155.96 -
System Red Green Blue C M Y K H S L
Decimal 183 117 179 0 0.36 0.02 0.28 303.64 0.31 0.59
Hex B7 75 B3 0 24 2 1C 130 1F 3B
Octal 267 165 263 0 44 2 34 460 37 73
Binary 10110111 1110101 10110011 0 100100 10 11100 100110000 11111 111011

Color Harmonies of #B775B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B775B3

Black with #B775B3

Text Example


Text Example

White with #B775B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B775B3; }

 p { color: rgb(183,117,179); }

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

background-color css

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

 a { background-color: rgb(183,117,179); }

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

border-color css

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

 span { border-color: rgb(183,117,179); }

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