Html Css Color HEX #B67FB0 London Hue

📋 copy color: '#B67FB0'

red 182 ◦ green 127 ◦ blue 176

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

Shades of London Hue #B67FB0

Tints of London Hue #B67FB0

RGB

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

 GREEN value IS 127 (50% from 255) = 26.19%

 BLUE value IS 176 (69.14% from 255) = 36.29%

R = 37.53%
G = 26.19%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B67FB0 (or 0xB67FB0) is known color: London Hue. HEX triplet: B6, 7F and B0. RGB value is (182,127,176). Sum of RGB (Red+Green+Blue) = 182+127+176=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 176 (69.14% from 255 or 36.29% from 485); Max value from RGB is 182 - color contains mainly: red. Hex color #B67FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67FB0 is #49804F. Grayscale: #949494. Windows color (decimal): -4816976 or 11567030. OLE color: 11567030.

HSL color Cylindrical-coordinate representation of color #B67FB0: hue angle of 306.55º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B67FB0 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 127 176 -
CMYK 0 0.30 0.03 0.29
HSL 306.55º 0.27% 0.61% -
HSV(B) 306.55º 0.3% 0.71% -
XYZ 34.72 28.26 44.7 -
YUV 149.03 143.22 151.52 -
System Red Green Blue C M Y K H S L
Decimal 182 127 176 0 0.30 0.03 0.29 306.55 0.27 0.61
Hex B6 7F B0 0 1E 3 1D 133 1B 3D
Octal 266 177 260 0 36 3 35 463 33 75
Binary 10110110 1111111 10110000 0 11110 11 11101 100110011 11011 111101

Color Harmonies of #B67FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67FB0

Black with #B67FB0

Text Example


Text Example

White with #B67FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67FB0; }

 p { color: rgb(182,127,176); }

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

background-color css

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

 a { background-color: rgb(182,127,176); }

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

border-color css

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

 span { border-color: rgb(182,127,176); }

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