Html Css Color HEX #B275AF London Hue

📋 copy color: '#B275AF'

red 178 ◦ green 117 ◦ blue 175

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

Shades of London Hue #B275AF

Tints of London Hue #B275AF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.89%

 BLUE value IS 175 (68.75% from 255) = 37.23%

R = 37.87%
G = 24.89%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B275AF (or 0xB275AF) is known color: London Hue. HEX triplet: B2, 75 and AF. RGB value is (178,117,175). Sum of RGB (Red+Green+Blue) = 178+117+175=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 178 - color contains mainly: red. Hex color #B275AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B275AF is #4D8A50. Grayscale: #8D8D8D. Windows color (decimal): -5081681 or 11498930. OLE color: 11498930.

HSL color Cylindrical-coordinate representation of color #B275AF: hue angle of 302.95º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B275AF is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 117 175 -
CMYK 0 0.34 0.02 0.30
HSL 302.95º 0.28% 0.58% -
HSV(B) 302.95º 0.34% 0.7% -
XYZ 32.46 25.28 43.73 -
YUV 141.85 146.71 153.78 -
System Red Green Blue C M Y K H S L
Decimal 178 117 175 0 0.34 0.02 0.30 302.95 0.28 0.58
Hex B2 75 AF 0 22 2 1E 12F 1C 3A
Octal 262 165 257 0 42 2 36 457 34 72
Binary 10110010 1110101 10101111 0 100010 10 11110 100101111 11100 111010

Color Harmonies of #B275AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B275AF

Black with #B275AF

Text Example


Text Example

White with #B275AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B275AF; }

 p { color: rgb(178,117,175); }

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

background-color css

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

 a { background-color: rgb(178,117,175); }

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

border-color css

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

 span { border-color: rgb(178,117,175); }

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