Html Css Color HEX #B774DF Medium Orchid

📋 copy color: '#B774DF'

red 183 ◦ green 116 ◦ blue 223

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

Shades of Medium Orchid #B774DF

Tints of Medium Orchid #B774DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.72%

R = 35.06%
G = 22.22%
B = 42.72%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B774DF (or 0xB774DF) is known color: Medium Orchid. HEX triplet: B7, 74 and DF. RGB value is (183,116,223). Sum of RGB (Red+Green+Blue) = 183+116+223=522 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.06% from 522); Green value is 116 (45.70% from 255 or 22.22% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #B774DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B774DF is #488B20. Grayscale: #939393. Windows color (decimal): -4754209 or 14644407. OLE color: 14644407.

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

Color convert

RGB 183 116 223 -
CMYK 0.18 0.48 0 0.13
HSL 277.57º 0.63% 0.66% -
HSV(B) 277.57º 0.48% 0.87% -
XYZ 39.09 27.89 73.13 -
YUV 148.23 170.2 152.8 -
System Red Green Blue C M Y K H S L
Decimal 183 116 223 0.18 0.48 0 0.13 277.57 0.63 0.66
Hex B7 74 DF 12 30 0 D 116 3F 42
Octal 267 164 337 22 60 0 15 426 77 102
Binary 10110111 1110100 11011111 10010 110000 0 1101 100010110 111111 1000010

Color Harmonies of #B774DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B774DF

Black with #B774DF

Text Example


Text Example

White with #B774DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B774DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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