Html Css Color HEX #B774DA Medium Orchid

📋 copy color: '#B774DA'

red 183 ◦ green 116 ◦ blue 218

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

Shades of Medium Orchid #B774DA

Tints of Medium Orchid #B774DA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.44%

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

R = 35.4%
G = 22.44%
B = 42.17%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B774DA (or 0xB774DA) is known color: Medium Orchid. HEX triplet: B7, 74 and DA. RGB value is (183,116,218). Sum of RGB (Red+Green+Blue) = 183+116+218=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 116 (45.70% from 255 or 22.44% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #B774DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B774DA is #488B25. Grayscale: #939393. Windows color (decimal): -4754214 or 14316727. OLE color: 14316727.

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

Color convert

RGB 183 116 218 -
CMYK 0.16 0.47 0 0.15
HSL 279.41º 0.58% 0.65% -
HSV(B) 279.41º 0.47% 0.85% -
XYZ 38.43 27.62 69.64 -
YUV 147.66 167.7 153.21 -
System Red Green Blue C M Y K H S L
Decimal 183 116 218 0.16 0.47 0 0.15 279.41 0.58 0.65
Hex B7 74 DA 10 2F 0 F 117 3A 41
Octal 267 164 332 20 57 0 17 427 72 101
Binary 10110111 1110100 11011010 10000 101111 0 1111 100010111 111010 1000001

Color Harmonies of #B774DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B774DA

Black with #B774DA

Text Example


Text Example

White with #B774DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B774DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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