Html Css Color HEX #B273CF Amethyst

📋 copy color: '#B273CF'

red 178 ◦ green 115 ◦ blue 207

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

Shades of Amethyst #B273CF

Tints of Amethyst #B273CF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23%

 BLUE value IS 207 (81.25% from 255) = 41.4%

R = 35.6%
G = 23%
B = 41.4%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B273CF (or 0xB273CF) is known color: Amethyst. HEX triplet: B2, 73 and CF. RGB value is (178,115,207). Sum of RGB (Red+Green+Blue) = 178+115+207=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #B273CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B273CF is #4D8C30. Grayscale: #909090. Windows color (decimal): -5082161 or 13595570. OLE color: 13595570.

HSL color Cylindrical-coordinate representation of color #B273CF: hue angle of 281.09º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B273CF is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 115 207 -
CMYK 0.14 0.44 0 0.19
HSL 281.09º 0.49% 0.63% -
HSV(B) 281.09º 0.44% 0.81% -
XYZ 35.75 26.23 62.21 -
YUV 144.33 163.37 152.02 -
System Red Green Blue C M Y K H S L
Decimal 178 115 207 0.14 0.44 0 0.19 281.09 0.49 0.63
Hex B2 73 CF E 2C 0 13 119 31 3F
Octal 262 163 317 16 54 0 23 431 61 77
Binary 10110010 1110011 11001111 1110 101100 0 10011 100011001 110001 111111

Color Harmonies of #B273CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B273CF

Black with #B273CF

Text Example


Text Example

White with #B273CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B273CF; }

 p { color: rgb(178,115,207); }

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

background-color css

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

 a { background-color: rgb(178,115,207); }

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

border-color css

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

 span { border-color: rgb(178,115,207); }

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