Html Css Color HEX #B68FB4 London Hue

📋 copy color: '#B68FB4'

red 182 ◦ green 143 ◦ blue 180

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

Shades of London Hue #B68FB4

Tints of London Hue #B68FB4

RGB

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

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

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

R = 36.04%
G = 28.32%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B68FB4 (or 0xB68FB4) is known color: London Hue. HEX triplet: B6, 8F and B4. RGB value is (182,143,180). Sum of RGB (Red+Green+Blue) = 182+143+180=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 182 - color contains mainly: red. Hex color #B68FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68FB4 is #49704B. Grayscale: #9E9E9E. Windows color (decimal): -4812876 or 11833270. OLE color: 11833270.

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

Color convert

RGB 182 143 180 -
CMYK 0 0.21 0.01 0.29
HSL 303.08º 0.21% 0.64% -
HSV(B) 303.08º 0.21% 0.71% -
XYZ 37.35 32.89 47.56 -
YUV 158.88 139.92 144.49 -
System Red Green Blue C M Y K H S L
Decimal 182 143 180 0 0.21 0.01 0.29 303.08 0.21 0.64
Hex B6 8F B4 0 15 1 1D 12F 15 40
Octal 266 217 264 0 25 1 35 457 25 100
Binary 10110110 10001111 10110100 0 10101 1 11101 100101111 10101 1000000

Color Harmonies of #B68FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68FB4

Black with #B68FB4

Text Example


Text Example

White with #B68FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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