Html Css Color HEX #B675B1 London Hue

📋 copy color: '#B675B1'

red 182 ◦ green 117 ◦ blue 177

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

Shades of London Hue #B675B1

Tints of London Hue #B675B1

RGB

 RED value IS 182 (71.48% from 255) = 38.24%

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

 BLUE value IS 177 (69.53% from 255) = 37.18%

R = 38.24%
G = 24.58%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B675B1 (or 0xB675B1) is known color: London Hue. HEX triplet: B6, 75 and B1. RGB value is (182,117,177). Sum of RGB (Red+Green+Blue) = 182+117+177=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 182 - color contains mainly: red. Hex color #B675B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B675B1 is #498A4E. Grayscale: #8F8F8F. Windows color (decimal): -4819535 or 11630006. OLE color: 11630006.

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

Color convert

RGB 182 117 177 -
CMYK 0 0.36 0.03 0.29
HSL 304.62º 0.31% 0.59% -
HSV(B) 304.62º 0.36% 0.71% -
XYZ 33.59 25.84 44.81 -
YUV 143.28 147.03 155.62 -
System Red Green Blue C M Y K H S L
Decimal 182 117 177 0 0.36 0.03 0.29 304.62 0.31 0.59
Hex B6 75 B1 0 24 3 1D 131 1F 3B
Octal 266 165 261 0 44 3 35 461 37 73
Binary 10110110 1110101 10110001 0 100100 11 11101 100110001 11111 111011

Color Harmonies of #B675B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B675B1

Black with #B675B1

Text Example


Text Example

White with #B675B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B675B1; }

 p { color: rgb(182,117,177); }

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

background-color css

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

 a { background-color: rgb(182,117,177); }

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

border-color css

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

 span { border-color: rgb(182,117,177); }

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