Html Css Color HEX #B770DF Medium Orchid

📋 copy color: '#B770DF'

red 183 ◦ green 112 ◦ blue 223

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

Shades of Medium Orchid #B770DF

Tints of Medium Orchid #B770DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.05%

R = 35.33%
G = 21.62%
B = 43.05%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B770DF (or 0xB770DF) is known color: Medium Orchid. HEX triplet: B7, 70 and DF. RGB value is (183,112,223). Sum of RGB (Red+Green+Blue) = 183+112+223=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 112 (44.14% from 255 or 21.62% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #B770DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B770DF is #488F20. Grayscale: #919191. Windows color (decimal): -4755233 or 14643383. OLE color: 14643383.

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

Color convert

RGB 183 112 223 -
CMYK 0.18 0.50 0 0.13
HSL 278.38º 0.63% 0.66% -
HSV(B) 278.38º 0.5% 0.87% -
XYZ 38.64 26.98 72.98 -
YUV 145.88 171.52 154.47 -
System Red Green Blue C M Y K H S L
Decimal 183 112 223 0.18 0.50 0 0.13 278.38 0.63 0.66
Hex B7 70 DF 12 32 0 D 116 3F 42
Octal 267 160 337 22 62 0 15 426 77 102
Binary 10110111 1110000 11011111 10010 110010 0 1101 100010110 111111 1000010

Color Harmonies of #B770DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B770DF

Black with #B770DF

Text Example


Text Example

White with #B770DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B770DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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