Html Css Color HEX #B74DD1 Medium Orchid

📋 copy color: '#B74DD1'

red 183 ◦ green 77 ◦ blue 209

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

Shades of Medium Orchid #B74DD1

Tints of Medium Orchid #B74DD1

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.42%

 BLUE value IS 209 (82.03% from 255) = 44.56%

R = 39.02%
G = 16.42%
B = 44.56%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B74DD1 (or 0xB74DD1) is known color: Medium Orchid. HEX triplet: B7, 4D and D1. RGB value is (183,77,209). Sum of RGB (Red+Green+Blue) = 183+77+209=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 209 (82.03% from 255 or 44.56% from 469); Max value from RGB is 209 - color contains mainly: blue. Hex color #B74DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74DD1 is #48B22E. Grayscale: #7B7B7B. Windows color (decimal): -4764207 or 13716919. OLE color: 13716919.

HSL color Cylindrical-coordinate representation of color #B74DD1: hue angle of 288.18º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B74DD1 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 183 77 209 -
CMYK 0.12 0.63 0 0.18
HSL 288.18º 0.59% 0.56% -
HSV(B) 288.18º 0.63% 0.82% -
XYZ 33.69 19.98 62.4 -
YUV 123.74 176.12 170.27 -
System Red Green Blue C M Y K H S L
Decimal 183 77 209 0.12 0.63 0 0.18 288.18 0.59 0.56
Hex B7 4D D1 C 3F 0 12 120 3B 38
Octal 267 115 321 14 77 0 22 440 73 70
Binary 10110111 1001101 11010001 1100 111111 0 10010 100100000 111011 111000

Color Harmonies of #B74DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74DD1

Black with #B74DD1

Text Example


Text Example

White with #B74DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74DD1; }

 p { color: rgb(183,77,209); }

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

background-color css

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

 a { background-color: rgb(183,77,209); }

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

border-color css

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

 span { border-color: rgb(183,77,209); }

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