Html Css Color HEX #B776DE Medium Orchid

📋 copy color: '#B776DE'

red 183 ◦ green 118 ◦ blue 222

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

Shades of Medium Orchid #B776DE

Tints of Medium Orchid #B776DE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.56%

 BLUE value IS 222 (87.11% from 255) = 42.45%

R = 34.99%
G = 22.56%
B = 42.45%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B776DE (or 0xB776DE) is known color: Medium Orchid. HEX triplet: B7, 76 and DE. RGB value is (183,118,222). Sum of RGB (Red+Green+Blue) = 183+118+222=523 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.99% from 523); Green value is 118 (46.48% from 255 or 22.56% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #B776DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B776DE is #488921. Grayscale: #949494. Windows color (decimal): -4753698 or 14579383. OLE color: 14579383.

HSL color Cylindrical-coordinate representation of color #B776DE: hue angle of 277.5º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B776DE is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 118 222 -
CMYK 0.18 0.47 0 0.13
HSL 277.5º 0.61% 0.67% -
HSV(B) 277.5º 0.47% 0.87% -
XYZ 39.19 28.3 72.5 -
YUV 149.29 169.03 152.04 -
System Red Green Blue C M Y K H S L
Decimal 183 118 222 0.18 0.47 0 0.13 277.5 0.61 0.67
Hex B7 76 DE 12 2F 0 D 116 3D 43
Octal 267 166 336 22 57 0 15 426 75 103
Binary 10110111 1110110 11011110 10010 101111 0 1101 100010110 111101 1000011

Color Harmonies of #B776DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B776DE

Black with #B776DE

Text Example


Text Example

White with #B776DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B776DE; }

 p { color: rgb(183,118,222); }

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

background-color css

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

 a { background-color: rgb(183,118,222); }

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

border-color css

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

 span { border-color: rgb(183,118,222); }

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