Html Css Color HEX #B68FAA London Hue

📋 copy color: '#B68FAA'

red 182 ◦ green 143 ◦ blue 170

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

Shades of London Hue #B68FAA

Tints of London Hue #B68FAA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.89%

 BLUE value IS 170 (66.8% from 255) = 34.34%

R = 36.77%
G = 28.89%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B68FAA (or 0xB68FAA) is known color: London Hue. HEX triplet: B6, 8F and AA. RGB value is (182,143,170). Sum of RGB (Red+Green+Blue) = 182+143+170=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 182 - color contains mainly: red. Hex color #B68FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68FAA is #497055. Grayscale: #9D9D9D. Windows color (decimal): -4812886 or 11177910. OLE color: 11177910.

HSL color Cylindrical-coordinate representation of color #B68FAA: hue angle of 318.46º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B68FAA is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 143 170 -
CMYK 0 0.21 0.07 0.29
HSL 318.46º 0.21% 0.64% -
HSV(B) 318.46º 0.21% 0.71% -
XYZ 36.37 32.49 42.38 -
YUV 157.74 134.92 145.3 -
System Red Green Blue C M Y K H S L
Decimal 182 143 170 0 0.21 0.07 0.29 318.46 0.21 0.64
Hex B6 8F AA 0 15 7 1D 13E 15 40
Octal 266 217 252 0 25 7 35 476 25 100
Binary 10110110 10001111 10101010 0 10101 111 11101 100111110 10101 1000000

Color Harmonies of #B68FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68FAA

Black with #B68FAA

Text Example


Text Example

White with #B68FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68FAA; }

 p { color: rgb(182,143,170); }

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

background-color css

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

 a { background-color: rgb(182,143,170); }

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

border-color css

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

 span { border-color: rgb(182,143,170); }

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