Html Css Color HEX #B775EC Medium Purple

📋 copy color: '#B775EC'

red 183 ◦ green 117 ◦ blue 236

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

Shades of Medium Purple #B775EC

Tints of Medium Purple #B775EC

RGB

 RED value IS 183 (71.88% from 255) = 34.14%

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

 BLUE value IS 236 (92.58% from 255) = 44.03%

R = 34.14%
G = 21.83%
B = 44.03%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B775EC (or 0xB775EC) is known color: Medium Purple. HEX triplet: B7, 75 and EC. RGB value is (183,117,236). Sum of RGB (Red+Green+Blue) = 183+117+236=536 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.14% from 536); Green value is 117 (46.09% from 255 or 21.83% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #B775EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B775EC is #488A13. Grayscale: #959595. Windows color (decimal): -4753940 or 15496631. OLE color: 15496631.

HSL color Cylindrical-coordinate representation of color #B775EC: hue angle of 273.28º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B775EC is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 117 236 -
CMYK 0.22 0.50 0 0.07
HSL 273.28º 0.76% 0.69% -
HSV(B) 273.28º 0.5% 0.93% -
XYZ 41.03 28.85 82.76 -
YUV 150.3 176.37 151.32 -
System Red Green Blue C M Y K H S L
Decimal 183 117 236 0.22 0.50 0 0.07 273.28 0.76 0.69
Hex B7 75 EC 16 32 0 7 111 4C 45
Octal 267 165 354 26 62 0 7 421 114 105
Binary 10110111 1110101 11101100 10110 110010 0 111 100010001 1001100 1000101

Color Harmonies of #B775EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B775EC

Black with #B775EC

Text Example


Text Example

White with #B775EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B775EC; }

 p { color: rgb(183,117,236); }

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

background-color css

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

 a { background-color: rgb(183,117,236); }

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

border-color css

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

 span { border-color: rgb(183,117,236); }

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