Html Css Color HEX #B385B7 London Hue

📋 copy color: '#B385B7'

red 179 ◦ green 133 ◦ blue 183

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

Shades of London Hue #B385B7

Tints of London Hue #B385B7

RGB

 RED value IS 179 (70.31% from 255) = 36.16%

 GREEN value IS 133 (52.34% from 255) = 26.87%

 BLUE value IS 183 (71.88% from 255) = 36.97%

R = 36.16%
G = 26.87%
B = 36.97%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B385B7 (or 0xB385B7) is known color: London Hue. HEX triplet: B3, 85 and B7. RGB value is (179,133,183). Sum of RGB (Red+Green+Blue) = 179+133+183=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 183 (71.88% from 255 or 36.97% from 495); Max value from RGB is 183 - color contains mainly: blue. Hex color #B385B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B385B7 is #4C7A48. Grayscale: #989898. Windows color (decimal): -5012041 or 12027315. OLE color: 12027315.

HSL color Cylindrical-coordinate representation of color #B385B7: hue angle of 295.2º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B385B7 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 179 133 183 -
CMYK 0.02 0.27 0 0.28
HSL 295.2º 0.26% 0.62% -
HSV(B) 295.2º 0.27% 0.72% -
XYZ 35.53 29.78 48.68 -
YUV 152.45 145.24 146.93 -
System Red Green Blue C M Y K H S L
Decimal 179 133 183 0.02 0.27 0 0.28 295.2 0.26 0.62
Hex B3 85 B7 2 1B 0 1C 127 1A 3E
Octal 263 205 267 2 33 0 34 447 32 76
Binary 10110011 10000101 10110111 10 11011 0 11100 100100111 11010 111110

Color Harmonies of #B385B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B385B7

Black with #B385B7

Text Example


Text Example

White with #B385B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B385B7; }

 p { color: rgb(179,133,183); }

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

background-color css

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

 a { background-color: rgb(179,133,183); }

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

border-color css

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

 span { border-color: rgb(179,133,183); }

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