Html Css Color HEX #B275E3 Amethyst

📋 copy color: '#B275E3'

red 178 ◦ green 117 ◦ blue 227

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

Shades of Amethyst #B275E3

Tints of Amethyst #B275E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 43.49%

R = 34.1%
G = 22.41%
B = 43.49%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B275E3 (or 0xB275E3) is known color: Amethyst. HEX triplet: B2, 75 and E3. RGB value is (178,117,227). Sum of RGB (Red+Green+Blue) = 178+117+227=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 117 (46.09% from 255 or 22.41% from 522); Blue value is 227 (89.06% from 255 or 43.49% from 522); Max value from RGB is 227 - color contains mainly: blue. Hex color #B275E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B275E3 is #4D8A1C. Grayscale: #939393. Windows color (decimal): -5081629 or 14906802. OLE color: 14906802.

HSL color Cylindrical-coordinate representation of color #B275E3: hue angle of 273.27º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B275E3 is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 178 117 227 -
CMYK 0.22 0.48 0 0.11
HSL 273.27º 0.66% 0.67% -
HSV(B) 273.27º 0.48% 0.89% -
XYZ 38.59 27.73 75.99 -
YUV 147.78 172.71 149.56 -
System Red Green Blue C M Y K H S L
Decimal 178 117 227 0.22 0.48 0 0.11 273.27 0.66 0.67
Hex B2 75 E3 16 30 0 B 111 42 43
Octal 262 165 343 26 60 0 13 421 102 103
Binary 10110010 1110101 11100011 10110 110000 0 1011 100010001 1000010 1000011

Color Harmonies of #B275E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B275E3

Black with #B275E3

Text Example


Text Example

White with #B275E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B275E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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