Html Css Color HEX #B776DA Medium Orchid

📋 copy color: '#B776DA'

red 183 ◦ green 118 ◦ blue 218

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

Shades of Medium Orchid #B776DA

Tints of Medium Orchid #B776DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42%

R = 35.26%
G = 22.74%
B = 42%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B776DA (or 0xB776DA) is known color: Medium Orchid. HEX triplet: B7, 76 and DA. RGB value is (183,118,218). Sum of RGB (Red+Green+Blue) = 183+118+218=519 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.26% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #B776DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B776DA is #488925. Grayscale: #949494. Windows color (decimal): -4753702 or 14317239. OLE color: 14317239.

HSL color Cylindrical-coordinate representation of color #B776DA: hue angle of 279º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B776DA is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 118 218 -
CMYK 0.16 0.46 0 0.15
HSL 279º 0.57% 0.66% -
HSV(B) 279º 0.46% 0.85% -
XYZ 38.66 28.09 69.71 -
YUV 148.84 167.03 152.37 -
System Red Green Blue C M Y K H S L
Decimal 183 118 218 0.16 0.46 0 0.15 279 0.57 0.66
Hex B7 76 DA 10 2E 0 F 117 39 42
Octal 267 166 332 20 56 0 17 427 71 102
Binary 10110111 1110110 11011010 10000 101110 0 1111 100010111 111001 1000010

Color Harmonies of #B776DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B776DA

Black with #B776DA

Text Example


Text Example

White with #B776DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B776DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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