Html Css Color HEX #B275E0 Amethyst

📋 copy color: '#B275E0'

red 178 ◦ green 117 ◦ blue 224

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

Shades of Amethyst #B275E0

Tints of Amethyst #B275E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.16%

R = 34.3%
G = 22.54%
B = 43.16%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B275E0 (or 0xB275E0) is known color: Amethyst. HEX triplet: B2, 75 and E0. RGB value is (178,117,224). Sum of RGB (Red+Green+Blue) = 178+117+224=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 224 (87.89% from 255 or 43.16% from 519); Max value from RGB is 224 - color contains mainly: blue. Hex color #B275E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B275E0 is #4D8A1F. Grayscale: #939393. Windows color (decimal): -5081632 or 14710194. OLE color: 14710194.

HSL color Cylindrical-coordinate representation of color #B275E0: hue angle of 274.21º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B275E0 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 178 117 224 -
CMYK 0.21 0.48 0 0.12
HSL 274.21º 0.63% 0.67% -
HSV(B) 274.21º 0.48% 0.88% -
XYZ 38.18 27.57 73.83 -
YUV 147.44 171.21 149.8 -
System Red Green Blue C M Y K H S L
Decimal 178 117 224 0.21 0.48 0 0.12 274.21 0.63 0.67
Hex B2 75 E0 15 30 0 C 112 3F 43
Octal 262 165 340 25 60 0 14 422 77 103
Binary 10110010 1110101 11100000 10101 110000 0 1100 100010010 111111 1000011

Color Harmonies of #B275E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B275E0

Black with #B275E0

Text Example


Text Example

White with #B275E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B275E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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