Html Css Color HEX #B675B7 London Hue

📋 copy color: '#B675B7'

red 182 ◦ green 117 ◦ blue 183

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

Shades of London Hue #B675B7

Tints of London Hue #B675B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.97%

R = 37.76%
G = 24.27%
B = 37.97%

CMYK

 C value IS 0.01

 M value IS 0.36

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B675B7 (or 0xB675B7) is known color: London Hue. HEX triplet: B6, 75 and B7. RGB value is (182,117,183). Sum of RGB (Red+Green+Blue) = 182+117+183=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 183 (71.88% from 255 or 37.97% from 482); Max value from RGB is 183 - color contains mainly: blue. Hex color #B675B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B675B7 is #498A48. Grayscale: #8F8F8F. Windows color (decimal): -4819529 or 12023222. OLE color: 12023222.

HSL color Cylindrical-coordinate representation of color #B675B7: hue angle of 299.09º 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 #B675B7 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 182 117 183 -
CMYK 0.01 0.36 0 0.28
HSL 299.09º 0.31% 0.59% -
HSV(B) 299.09º 0.36% 0.72% -
XYZ 34.2 26.09 48.03 -
YUV 143.96 150.03 155.13 -
System Red Green Blue C M Y K H S L
Decimal 182 117 183 0.01 0.36 0 0.28 299.09 0.31 0.59
Hex B6 75 B7 1 24 0 1C 12B 1F 3B
Octal 266 165 267 1 44 0 34 453 37 73
Binary 10110110 1110101 10110111 1 100100 0 11100 100101011 11111 111011

Color Harmonies of #B675B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B675B7

Black with #B675B7

Text Example


Text Example

White with #B675B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B675B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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