Html Css Color HEX #B67DBA London Hue

📋 copy color: '#B67DBA'

red 182 ◦ green 125 ◦ blue 186

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

Shades of London Hue #B67DBA

Tints of London Hue #B67DBA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.35%

 BLUE value IS 186 (73.05% from 255) = 37.73%

R = 36.92%
G = 25.35%
B = 37.73%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B67DBA (or 0xB67DBA) is known color: London Hue. HEX triplet: B6, 7D and BA. RGB value is (182,125,186). Sum of RGB (Red+Green+Blue) = 182+125+186=493 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.92% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 186 - color contains mainly: blue. Hex color #B67DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67DBA is #498245. Grayscale: #949494. Windows color (decimal): -4817478 or 12221878. OLE color: 12221878.

HSL color Cylindrical-coordinate representation of color #B67DBA: hue angle of 296.07º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B67DBA is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 125 186 -
CMYK 0.02 0.33 0 0.27
HSL 296.07º 0.31% 0.61% -
HSV(B) 296.07º 0.33% 0.73% -
XYZ 35.49 28.16 50.02 -
YUV 149 148.88 151.54 -
System Red Green Blue C M Y K H S L
Decimal 182 125 186 0.02 0.33 0 0.27 296.07 0.31 0.61
Hex B6 7D BA 2 21 0 1B 128 1F 3D
Octal 266 175 272 2 41 0 33 450 37 75
Binary 10110110 1111101 10111010 10 100001 0 11011 100101000 11111 111101

Color Harmonies of #B67DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67DBA

Black with #B67DBA

Text Example


Text Example

White with #B67DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67DBA; }

 p { color: rgb(182,125,186); }

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

background-color css

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

 a { background-color: rgb(182,125,186); }

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

border-color css

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

 span { border-color: rgb(182,125,186); }

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