Html Css Color HEX #B275D4 Amethyst

📋 copy color: '#B275D4'

red 178 ◦ green 117 ◦ blue 212

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

Shades of Amethyst #B275D4

Tints of Amethyst #B275D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.81%

R = 35.11%
G = 23.08%
B = 41.81%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B275D4 (or 0xB275D4) is known color: Amethyst. HEX triplet: B2, 75 and D4. RGB value is (178,117,212). Sum of RGB (Red+Green+Blue) = 178+117+212=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 212 (83.20% from 255 or 41.81% from 507); Max value from RGB is 212 - color contains mainly: blue. Hex color #B275D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B275D4 is #4D8A2B. Grayscale: #919191. Windows color (decimal): -5081644 or 13923762. OLE color: 13923762.

HSL color Cylindrical-coordinate representation of color #B275D4: hue angle of 278.53º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B275D4 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 178 117 212 -
CMYK 0.16 0.45 0 0.17
HSL 278.53º 0.52% 0.65% -
HSV(B) 278.53º 0.45% 0.83% -
XYZ 36.61 26.94 65.56 -
YUV 146.07 165.21 150.78 -
System Red Green Blue C M Y K H S L
Decimal 178 117 212 0.16 0.45 0 0.17 278.53 0.52 0.65
Hex B2 75 D4 10 2D 0 11 117 34 41
Octal 262 165 324 20 55 0 21 427 64 101
Binary 10110010 1110101 11010100 10000 101101 0 10001 100010111 110100 1000001

Color Harmonies of #B275D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B275D4

Black with #B275D4

Text Example


Text Example

White with #B275D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B275D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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