Html Css Color HEX #B774D3 Medium Orchid

📋 copy color: '#B774D3'

red 183 ◦ green 116 ◦ blue 211

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

Shades of Medium Orchid #B774D3

Tints of Medium Orchid #B774D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 41.37%

R = 35.88%
G = 22.75%
B = 41.37%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B774D3 (or 0xB774D3) is known color: Medium Orchid. HEX triplet: B7, 74 and D3. RGB value is (183,116,211). Sum of RGB (Red+Green+Blue) = 183+116+211=510 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.88% from 510); Green value is 116 (45.70% from 255 or 22.75% from 510); Blue value is 211 (82.81% from 255 or 41.37% from 510); Max value from RGB is 211 - color contains mainly: blue. Hex color #B774D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B774D3 is #488B2C. Grayscale: #929292. Windows color (decimal): -4754221 or 13857975. OLE color: 13857975.

HSL color Cylindrical-coordinate representation of color #B774D3: hue angle of 282.32º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B774D3 is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 183 116 211 -
CMYK 0.13 0.45 0 0.17
HSL 282.32º 0.52% 0.64% -
HSV(B) 282.32º 0.45% 0.83% -
XYZ 37.53 27.26 64.91 -
YUV 146.86 164.2 153.78 -
System Red Green Blue C M Y K H S L
Decimal 183 116 211 0.13 0.45 0 0.17 282.32 0.52 0.64
Hex B7 74 D3 D 2D 0 11 11A 34 40
Octal 267 164 323 15 55 0 21 432 64 100
Binary 10110111 1110100 11010011 1101 101101 0 10001 100011010 110100 1000000

Color Harmonies of #B774D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B774D3

Black with #B774D3

Text Example


Text Example

White with #B774D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B774D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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