Html Css Color HEX #B74DC9 Medium Orchid

📋 copy color: '#B74DC9'

red 183 ◦ green 77 ◦ blue 201

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

Shades of Medium Orchid #B74DC9

Tints of Medium Orchid #B74DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.6%

R = 39.7%
G = 16.7%
B = 43.6%

CMYK

 C value IS 0.09

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B74DC9 (or 0xB74DC9) is known color: Medium Orchid. HEX triplet: B7, 4D and C9. RGB value is (183,77,201). Sum of RGB (Red+Green+Blue) = 183+77+201=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 77 (30.47% from 255 or 16.70% from 461); Blue value is 201 (78.91% from 255 or 43.60% from 461); Max value from RGB is 201 - color contains mainly: blue. Hex color #B74DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74DC9 is #48B236. Grayscale: #7A7A7A. Windows color (decimal): -4764215 or 13192631. OLE color: 13192631.

HSL color Cylindrical-coordinate representation of color #B74DC9: hue angle of 291.29º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B74DC9 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 183 77 201 -
CMYK 0.09 0.62 0 0.21
HSL 291.29º 0.53% 0.55% -
HSV(B) 291.29º 0.62% 0.79% -
XYZ 32.72 19.59 57.32 -
YUV 122.83 172.12 170.92 -
System Red Green Blue C M Y K H S L
Decimal 183 77 201 0.09 0.62 0 0.21 291.29 0.53 0.55
Hex B7 4D C9 9 3E 0 15 123 35 37
Octal 267 115 311 11 76 0 25 443 65 67
Binary 10110111 1001101 11001001 1001 111110 0 10101 100100011 110101 110111

Color Harmonies of #B74DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74DC9

Black with #B74DC9

Text Example


Text Example

White with #B74DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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