Html Css Color HEX #B77AF2 Medium Purple

📋 copy color: '#B77AF2'

red 183 ◦ green 122 ◦ blue 242

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

Shades of Medium Purple #B77AF2

Tints of Medium Purple #B77AF2

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.3%

 BLUE value IS 242 (94.92% from 255) = 44.24%

R = 33.46%
G = 22.3%
B = 44.24%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B77AF2 (or 0xB77AF2) is known color: Medium Purple. HEX triplet: B7, 7A and F2. RGB value is (183,122,242). Sum of RGB (Red+Green+Blue) = 183+122+242=547 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.46% from 547); Green value is 122 (48.05% from 255 or 22.30% from 547); Blue value is 242 (94.92% from 255 or 44.24% from 547); Max value from RGB is 242 - color contains mainly: blue. Hex color #B77AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B77AF2 is #48850D. Grayscale: #999999. Windows color (decimal): -4752654 or 15891127. OLE color: 15891127.

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

Color convert

RGB 183 122 242 -
CMYK 0.24 0.50 0 0.05
HSL 270.5º 0.82% 0.71% -
HSV(B) 270.5º 0.5% 0.95% -
XYZ 42.51 30.4 87.63 -
YUV 153.92 177.71 148.74 -
System Red Green Blue C M Y K H S L
Decimal 183 122 242 0.24 0.50 0 0.05 270.5 0.82 0.71
Hex B7 7A F2 18 32 0 5 10E 52 47
Octal 267 172 362 30 62 0 5 416 122 107
Binary 10110111 1111010 11110010 11000 110010 0 101 100001110 1010010 1000111

Color Harmonies of #B77AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77AF2

Black with #B77AF2

Text Example


Text Example

White with #B77AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77AF2; }

 p { color: rgb(183,122,242); }

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

background-color css

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

 a { background-color: rgb(183,122,242); }

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

border-color css

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

 span { border-color: rgb(183,122,242); }

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