Html Css Color HEX #B74EDC Medium Orchid

📋 copy color: '#B74EDC'

red 183 ◦ green 78 ◦ blue 220

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

Shades of Medium Orchid #B74EDC

Tints of Medium Orchid #B74EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.74%

R = 38.05%
G = 16.22%
B = 45.74%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B74EDC (or 0xB74EDC) is known color: Medium Orchid. HEX triplet: B7, 4E and DC. RGB value is (183,78,220). Sum of RGB (Red+Green+Blue) = 183+78+220=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 78 (30.86% from 255 or 16.22% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #B74EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74EDC is #48B123. Grayscale: #7D7D7D. Windows color (decimal): -4763940 or 14438071. OLE color: 14438071.

HSL color Cylindrical-coordinate representation of color #B74EDC: hue angle of 284.37º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B74EDC is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 78 220 -
CMYK 0.17 0.65 0 0.14
HSL 284.37º 0.67% 0.58% -
HSV(B) 284.37º 0.65% 0.86% -
XYZ 35.17 20.68 69.85 -
YUV 125.58 181.29 168.95 -
System Red Green Blue C M Y K H S L
Decimal 183 78 220 0.17 0.65 0 0.14 284.37 0.67 0.58
Hex B7 4E DC 11 41 0 E 11C 43 3A
Octal 267 116 334 21 101 0 16 434 103 72
Binary 10110111 1001110 11011100 10001 1000001 0 1110 100011100 1000011 111010

Color Harmonies of #B74EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74EDC

Black with #B74EDC

Text Example


Text Example

White with #B74EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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