Html Css Color HEX #B775EE Medium Purple

📋 copy color: '#B775EE'

red 183 ◦ green 117 ◦ blue 238

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

Shades of Medium Purple #B775EE

Tints of Medium Purple #B775EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.24%

R = 34.01%
G = 21.75%
B = 44.24%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B775EE (or 0xB775EE) is known color: Medium Purple. HEX triplet: B7, 75 and EE. RGB value is (183,117,238). Sum of RGB (Red+Green+Blue) = 183+117+238=538 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.01% from 538); Green value is 117 (46.09% from 255 or 21.75% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #B775EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B775EE is #488A11. Grayscale: #969696. Windows color (decimal): -4753938 or 15627703. OLE color: 15627703.

HSL color Cylindrical-coordinate representation of color #B775EE: hue angle of 272.73º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B775EE is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 117 238 -
CMYK 0.23 0.51 0 0.07
HSL 272.73º 0.78% 0.7% -
HSV(B) 272.73º 0.51% 0.93% -
XYZ 41.32 28.96 84.3 -
YUV 150.53 177.37 151.16 -
System Red Green Blue C M Y K H S L
Decimal 183 117 238 0.23 0.51 0 0.07 272.73 0.78 0.7
Hex B7 75 EE 17 33 0 7 111 4E 46
Octal 267 165 356 27 63 0 7 421 116 106
Binary 10110111 1110101 11101110 10111 110011 0 111 100010001 1001110 1000110

Color Harmonies of #B775EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B775EE

Black with #B775EE

Text Example


Text Example

White with #B775EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B775EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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