Html Css Color HEX #B285B3 London Hue

📋 copy color: '#B285B3'

red 178 ◦ green 133 ◦ blue 179

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

Shades of London Hue #B285B3

Tints of London Hue #B285B3

RGB

 RED value IS 178 (69.92% from 255) = 36.33%

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

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

R = 36.33%
G = 27.14%
B = 36.53%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B285B3 (or 0xB285B3) is known color: London Hue. HEX triplet: B2, 85 and B3. RGB value is (178,133,179). Sum of RGB (Red+Green+Blue) = 178+133+179=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 179 (70.31% from 255 or 36.53% from 490); Max value from RGB is 179 - color contains mainly: blue. Hex color #B285B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B285B3 is #4D7A4C. Grayscale: #979797. Windows color (decimal): -5077581 or 11765170. OLE color: 11765170.

HSL color Cylindrical-coordinate representation of color #B285B3: hue angle of 298.7º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B285B3 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 133 179 -
CMYK 0.01 0.26 0 0.30
HSL 298.7º 0.23% 0.61% -
HSV(B) 298.7º 0.26% 0.7% -
XYZ 34.88 29.49 46.5 -
YUV 151.7 143.41 146.76 -
System Red Green Blue C M Y K H S L
Decimal 178 133 179 0.01 0.26 0 0.30 298.7 0.23 0.61
Hex B2 85 B3 1 1A 0 1E 12B 17 3D
Octal 262 205 263 1 32 0 36 453 27 75
Binary 10110010 10000101 10110011 1 11010 0 11110 100101011 10111 111101

Color Harmonies of #B285B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B285B3

Black with #B285B3

Text Example


Text Example

White with #B285B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B285B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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