Html Css Color HEX #B770E0 Medium Orchid

📋 copy color: '#B770E0'

red 183 ◦ green 112 ◦ blue 224

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

Shades of Medium Orchid #B770E0

Tints of Medium Orchid #B770E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.16%

R = 35.26%
G = 21.58%
B = 43.16%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B770E0 (or 0xB770E0) is known color: Medium Orchid. HEX triplet: B7, 70 and E0. RGB value is (183,112,224). Sum of RGB (Red+Green+Blue) = 183+112+224=519 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.26% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 224 (87.89% from 255 or 43.16% from 519); Max value from RGB is 224 - color contains mainly: blue. Hex color #B770E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B770E0 is #488F1F. Grayscale: #919191. Windows color (decimal): -4755232 or 14708919. OLE color: 14708919.

HSL color Cylindrical-coordinate representation of color #B770E0: hue angle of 278.04º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B770E0 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 183 112 224 -
CMYK 0.18 0.50 0 0.12
HSL 278.04º 0.64% 0.66% -
HSV(B) 278.04º 0.5% 0.88% -
XYZ 38.78 27.04 73.7 -
YUV 146 172.02 154.39 -
System Red Green Blue C M Y K H S L
Decimal 183 112 224 0.18 0.50 0 0.12 278.04 0.64 0.66
Hex B7 70 E0 12 32 0 C 116 40 42
Octal 267 160 340 22 62 0 14 426 100 102
Binary 10110111 1110000 11100000 10010 110010 0 1100 100010110 1000000 1000010

Color Harmonies of #B770E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B770E0

Black with #B770E0

Text Example


Text Example

White with #B770E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B770E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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