Html Css Color HEX #B774EE Medium Purple

📋 copy color: '#B774EE'

red 183 ◦ green 116 ◦ blue 238

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

Shades of Medium Purple #B774EE

Tints of Medium Purple #B774EE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.6%

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

R = 34.08%
G = 21.6%
B = 44.32%

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

#B774EE (or 0xB774EE) is known color: Medium Purple. HEX triplet: B7, 74 and EE. RGB value is (183,116,238). Sum of RGB (Red+Green+Blue) = 183+116+238=537 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.08% from 537); Green value is 116 (45.70% from 255 or 21.60% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #B774EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B774EE is #488B11. Grayscale: #959595. Windows color (decimal): -4754194 or 15627447. OLE color: 15627447.

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

Color convert

RGB 183 116 238 -
CMYK 0.23 0.51 0 0.07
HSL 272.95º 0.78% 0.69% -
HSV(B) 272.95º 0.51% 0.93% -
XYZ 41.21 28.73 84.26 -
YUV 149.94 177.7 151.58 -
System Red Green Blue C M Y K H S L
Decimal 183 116 238 0.23 0.51 0 0.07 272.95 0.78 0.69
Hex B7 74 EE 17 33 0 7 111 4E 45
Octal 267 164 356 27 63 0 7 421 116 105
Binary 10110111 1110100 11101110 10111 110011 0 111 100010001 1001110 1000101

Color Harmonies of #B774EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B774EE

Black with #B774EE

Text Example


Text Example

White with #B774EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B774EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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