Html Css Color HEX #B774F1 Medium Purple

📋 copy color: '#B774F1'

red 183 ◦ green 116 ◦ blue 241

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

Shades of Medium Purple #B774F1

Tints of Medium Purple #B774F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.63%

R = 33.89%
G = 21.48%
B = 44.63%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B774F1 (or 0xB774F1) is known color: Medium Purple. HEX triplet: B7, 74 and F1. RGB value is (183,116,241). Sum of RGB (Red+Green+Blue) = 183+116+241=540 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.89% from 540); Green value is 116 (45.70% from 255 or 21.48% from 540); Blue value is 241 (94.53% from 255 or 44.63% from 540); Max value from RGB is 241 - color contains mainly: blue. Hex color #B774F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B774F1 is #488B0E. Grayscale: #959595. Windows color (decimal): -4754191 or 15824055. OLE color: 15824055.

HSL color Cylindrical-coordinate representation of color #B774F1: hue angle of 272.16º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B774F1 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 183 116 241 -
CMYK 0.24 0.52 0 0.05
HSL 272.16º 0.82% 0.7% -
HSV(B) 272.16º 0.52% 0.95% -
XYZ 41.65 28.91 86.6 -
YUV 150.28 179.2 151.34 -
System Red Green Blue C M Y K H S L
Decimal 183 116 241 0.24 0.52 0 0.05 272.16 0.82 0.7
Hex B7 74 F1 18 34 0 5 110 52 46
Octal 267 164 361 30 64 0 5 420 122 106
Binary 10110111 1110100 11110001 11000 110100 0 101 100010000 1010010 1000110

Color Harmonies of #B774F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B774F1

Black with #B774F1

Text Example


Text Example

White with #B774F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B774F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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