Html Css Color HEX #B077E6 Medium Purple

📋 copy color: '#B077E6'

red 176 ◦ green 119 ◦ blue 230

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

Shades of Medium Purple #B077E6

Tints of Medium Purple #B077E6

RGB

 RED value IS 176 (69.14% from 255) = 33.52%

 GREEN value IS 119 (46.88% from 255) = 22.67%

 BLUE value IS 230 (90.23% from 255) = 43.81%

R = 33.52%
G = 22.67%
B = 43.81%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B077E6 (or 0xB077E6) is known color: Medium Purple. HEX triplet: B0, 77 and E6. RGB value is (176,119,230). Sum of RGB (Red+Green+Blue) = 176+119+230=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 119 (46.88% from 255 or 22.67% from 525); Blue value is 230 (90.23% from 255 or 43.81% from 525); Max value from RGB is 230 - color contains mainly: blue. Hex color #B077E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B077E6 is #4F8819. Grayscale: #949494. Windows color (decimal): -5212186 or 15103920. OLE color: 15103920.

HSL color Cylindrical-coordinate representation of color #B077E6: hue angle of 270.81º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B077E6 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 176 119 230 -
CMYK 0.23 0.48 0 0.10
HSL 270.81º 0.69% 0.68% -
HSV(B) 270.81º 0.48% 0.9% -
XYZ 38.78 28.14 78.25 -
YUV 148.7 173.88 147.47 -
System Red Green Blue C M Y K H S L
Decimal 176 119 230 0.23 0.48 0 0.10 270.81 0.69 0.68
Hex B0 77 E6 17 30 0 A 10F 45 44
Octal 260 167 346 27 60 0 12 417 105 104
Binary 10110000 1110111 11100110 10111 110000 0 1010 100001111 1000101 1000100

Color Harmonies of #B077E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B077E6

Black with #B077E6

Text Example


Text Example

White with #B077E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B077E6; }

 p { color: rgb(176,119,230); }

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

background-color css

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

 a { background-color: rgb(176,119,230); }

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

border-color css

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

 span { border-color: rgb(176,119,230); }

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