Html Css Color HEX #B68CB3 London Hue

📋 copy color: '#B68CB3'

red 182 ◦ green 140 ◦ blue 179

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

Shades of London Hue #B68CB3

Tints of London Hue #B68CB3

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.94%

 BLUE value IS 179 (70.31% from 255) = 35.73%

R = 36.33%
G = 27.94%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B68CB3 (or 0xB68CB3) is known color: London Hue. HEX triplet: B6, 8C and B3. RGB value is (182,140,179). Sum of RGB (Red+Green+Blue) = 182+140+179=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 179 (70.31% from 255 or 35.73% from 501); Max value from RGB is 182 - color contains mainly: red. Hex color #B68CB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68CB3 is #49734C. Grayscale: #9C9C9C. Windows color (decimal): -4813645 or 11766966. OLE color: 11766966.

HSL color Cylindrical-coordinate representation of color #B68CB3: hue angle of 304.29º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B68CB3 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 140 179 -
CMYK 0 0.23 0.02 0.29
HSL 304.29º 0.22% 0.63% -
HSV(B) 304.29º 0.23% 0.71% -
XYZ 36.81 31.96 46.88 -
YUV 157 140.41 145.83 -
System Red Green Blue C M Y K H S L
Decimal 182 140 179 0 0.23 0.02 0.29 304.29 0.22 0.63
Hex B6 8C B3 0 17 2 1D 130 16 3F
Octal 266 214 263 0 27 2 35 460 26 77
Binary 10110110 10001100 10110011 0 10111 10 11101 100110000 10110 111111

Color Harmonies of #B68CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68CB3

Black with #B68CB3

Text Example


Text Example

White with #B68CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68CB3; }

 p { color: rgb(182,140,179); }

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

background-color css

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

 a { background-color: rgb(182,140,179); }

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

border-color css

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

 span { border-color: rgb(182,140,179); }

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