Html Css Color HEX #B770E2 Medium Orchid

📋 copy color: '#B770E2'

red 183 ◦ green 112 ◦ blue 226

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

Shades of Medium Orchid #B770E2

Tints of Medium Orchid #B770E2

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.5%

 BLUE value IS 226 (88.67% from 255) = 43.38%

R = 35.12%
G = 21.5%
B = 43.38%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B770E2 (or 0xB770E2) is known color: Medium Orchid. HEX triplet: B7, 70 and E2. RGB value is (183,112,226). Sum of RGB (Red+Green+Blue) = 183+112+226=521 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.12% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 226 (88.67% from 255 or 43.38% from 521); Max value from RGB is 226 - color contains mainly: blue. Hex color #B770E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B770E2 is #488F1D. Grayscale: #919191. Windows color (decimal): -4755230 or 14839991. OLE color: 14839991.

HSL color Cylindrical-coordinate representation of color #B770E2: hue angle of 277.37º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B770E2 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 183 112 226 -
CMYK 0.19 0.50 0 0.11
HSL 277.37º 0.66% 0.66% -
HSV(B) 277.37º 0.5% 0.89% -
XYZ 39.05 27.15 75.13 -
YUV 146.23 173.02 154.23 -
System Red Green Blue C M Y K H S L
Decimal 183 112 226 0.19 0.50 0 0.11 277.37 0.66 0.66
Hex B7 70 E2 13 32 0 B 115 42 42
Octal 267 160 342 23 62 0 13 425 102 102
Binary 10110111 1110000 11100010 10011 110010 0 1011 100010101 1000010 1000010

Color Harmonies of #B770E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B770E2

Black with #B770E2

Text Example


Text Example

White with #B770E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B770E2; }

 p { color: rgb(183,112,226); }

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

background-color css

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

 a { background-color: rgb(183,112,226); }

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

border-color css

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

 span { border-color: rgb(183,112,226); }

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