Html Css Color HEX #B675B4 London Hue

📋 copy color: '#B675B4'

red 182 ◦ green 117 ◦ blue 180

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

Shades of London Hue #B675B4

Tints of London Hue #B675B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.58%

R = 38%
G = 24.43%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B675B4 (or 0xB675B4) is known color: London Hue. HEX triplet: B6, 75 and B4. RGB value is (182,117,180). Sum of RGB (Red+Green+Blue) = 182+117+180=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 182 - color contains mainly: red. Hex color #B675B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B675B4 is #498A4B. Grayscale: #8F8F8F. Windows color (decimal): -4819532 or 11826614. OLE color: 11826614.

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

Color convert

RGB 182 117 180 -
CMYK 0 0.36 0.01 0.29
HSL 301.85º 0.31% 0.59% -
HSV(B) 301.85º 0.36% 0.71% -
XYZ 33.89 25.96 46.41 -
YUV 143.62 148.53 155.38 -
System Red Green Blue C M Y K H S L
Decimal 182 117 180 0 0.36 0.01 0.29 301.85 0.31 0.59
Hex B6 75 B4 0 24 1 1D 12E 1F 3B
Octal 266 165 264 0 44 1 35 456 37 73
Binary 10110110 1110101 10110100 0 100100 1 11101 100101110 11111 111011

Color Harmonies of #B675B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B675B4

Black with #B675B4

Text Example


Text Example

White with #B675B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B675B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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