Html Css Color HEX #B778DA Medium Orchid

📋 copy color: '#B778DA'

red 183 ◦ green 120 ◦ blue 218

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

Shades of Medium Orchid #B778DA

Tints of Medium Orchid #B778DA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.03%

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

R = 35.12%
G = 23.03%
B = 41.84%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B778DA (or 0xB778DA) is known color: Medium Orchid. HEX triplet: B7, 78 and DA. RGB value is (183,120,218). Sum of RGB (Red+Green+Blue) = 183+120+218=521 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.12% from 521); Green value is 120 (47.27% from 255 or 23.03% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #B778DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B778DA is #488725. Grayscale: #959595. Windows color (decimal): -4753190 or 14317751. OLE color: 14317751.

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

Color convert

RGB 183 120 218 -
CMYK 0.16 0.45 0 0.15
HSL 278.57º 0.57% 0.66% -
HSV(B) 278.57º 0.45% 0.85% -
XYZ 38.9 28.56 69.79 -
YUV 150.01 166.37 151.53 -
System Red Green Blue C M Y K H S L
Decimal 183 120 218 0.16 0.45 0 0.15 278.57 0.57 0.66
Hex B7 78 DA 10 2D 0 F 117 39 42
Octal 267 170 332 20 55 0 17 427 71 102
Binary 10110111 1111000 11011010 10000 101101 0 1111 100010111 111001 1000010

Color Harmonies of #B778DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B778DA

Black with #B778DA

Text Example


Text Example

White with #B778DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B778DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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