Html Css Color HEX #B74EC9 Medium Orchid

📋 copy color: '#B74EC9'

red 183 ◦ green 78 ◦ blue 201

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

Shades of Medium Orchid #B74EC9

Tints of Medium Orchid #B74EC9

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.88%

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

R = 39.61%
G = 16.88%
B = 43.51%

CMYK

 C value IS 0.09

 M value IS 0.61

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B74EC9 (or 0xB74EC9) is known color: Medium Orchid. HEX triplet: B7, 4E and C9. RGB value is (183,78,201). Sum of RGB (Red+Green+Blue) = 183+78+201=462 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.61% from 462); Green value is 78 (30.86% from 255 or 16.88% from 462); Blue value is 201 (78.91% from 255 or 43.51% from 462); Max value from RGB is 201 - color contains mainly: blue. Hex color #B74EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74EC9 is #48B136. Grayscale: #7B7B7B. Windows color (decimal): -4763959 or 13192887. OLE color: 13192887.

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

Color convert

RGB 183 78 201 -
CMYK 0.09 0.61 0 0.21
HSL 291.22º 0.53% 0.55% -
HSV(B) 291.22º 0.61% 0.79% -
XYZ 32.8 19.73 57.34 -
YUV 123.42 171.79 170.5 -
System Red Green Blue C M Y K H S L
Decimal 183 78 201 0.09 0.61 0 0.21 291.22 0.53 0.55
Hex B7 4E C9 9 3D 0 15 123 35 37
Octal 267 116 311 11 75 0 25 443 65 67
Binary 10110111 1001110 11001001 1001 111101 0 10101 100100011 110101 110111

Color Harmonies of #B74EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74EC9

Black with #B74EC9

Text Example


Text Example

White with #B74EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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