Html Css Color HEX #B774DB Medium Orchid

📋 copy color: '#B774DB'

red 183 ◦ green 116 ◦ blue 219

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

Shades of Medium Orchid #B774DB

Tints of Medium Orchid #B774DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.28%

R = 35.33%
G = 22.39%
B = 42.28%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B774DB (or 0xB774DB) is known color: Medium Orchid. HEX triplet: B7, 74 and DB. RGB value is (183,116,219). Sum of RGB (Red+Green+Blue) = 183+116+219=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 116 (45.70% from 255 or 22.39% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #B774DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B774DB is #488B24. Grayscale: #939393. Windows color (decimal): -4754213 or 14382263. OLE color: 14382263.

HSL color Cylindrical-coordinate representation of color #B774DB: hue angle of 279.03º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B774DB is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 116 219 -
CMYK 0.16 0.47 0 0.14
HSL 279.03º 0.59% 0.66% -
HSV(B) 279.03º 0.47% 0.86% -
XYZ 38.56 27.67 70.33 -
YUV 147.78 168.2 153.12 -
System Red Green Blue C M Y K H S L
Decimal 183 116 219 0.16 0.47 0 0.14 279.03 0.59 0.66
Hex B7 74 DB 10 2F 0 E 117 3B 42
Octal 267 164 333 20 57 0 16 427 73 102
Binary 10110111 1110100 11011011 10000 101111 0 1110 100010111 111011 1000010

Color Harmonies of #B774DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B774DB

Black with #B774DB

Text Example


Text Example

White with #B774DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B774DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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