Html Css Color HEX #B770D1 Medium Orchid

📋 copy color: '#B770D1'

red 183 ◦ green 112 ◦ blue 209

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

Shades of Medium Orchid #B770D1

Tints of Medium Orchid #B770D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.47%

R = 36.31%
G = 22.22%
B = 41.47%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B770D1 (or 0xB770D1) is known color: Medium Orchid. HEX triplet: B7, 70 and D1. RGB value is (183,112,209). Sum of RGB (Red+Green+Blue) = 183+112+209=504 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.31% from 504); Green value is 112 (44.14% from 255 or 22.22% from 504); Blue value is 209 (82.03% from 255 or 41.47% from 504); Max value from RGB is 209 - color contains mainly: blue. Hex color #B770D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B770D1 is #488F2E. Grayscale: #8F8F8F. Windows color (decimal): -4755247 or 13725879. OLE color: 13725879.

HSL color Cylindrical-coordinate representation of color #B770D1: hue angle of 283.92º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B770D1 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 183 112 209 -
CMYK 0.12 0.46 0 0.18
HSL 283.92º 0.51% 0.63% -
HSV(B) 283.92º 0.46% 0.82% -
XYZ 36.83 26.26 63.45 -
YUV 144.29 164.52 155.61 -
System Red Green Blue C M Y K H S L
Decimal 183 112 209 0.12 0.46 0 0.18 283.92 0.51 0.63
Hex B7 70 D1 C 2E 0 12 11C 33 3F
Octal 267 160 321 14 56 0 22 434 63 77
Binary 10110111 1110000 11010001 1100 101110 0 10010 100011100 110011 111111

Color Harmonies of #B770D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B770D1

Black with #B770D1

Text Example


Text Example

White with #B770D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B770D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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