Html Css Color HEX #B74EDE Medium Orchid

📋 copy color: '#B74EDE'

red 183 ◦ green 78 ◦ blue 222

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

Shades of Medium Orchid #B74EDE

Tints of Medium Orchid #B74EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.96%

R = 37.89%
G = 16.15%
B = 45.96%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B74EDE (or 0xB74EDE) is known color: Medium Orchid. HEX triplet: B7, 4E and DE. RGB value is (183,78,222). Sum of RGB (Red+Green+Blue) = 183+78+222=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 78 (30.86% from 255 or 16.15% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #B74EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74EDE is #48B121. Grayscale: #7D7D7D. Windows color (decimal): -4763938 or 14569143. OLE color: 14569143.

HSL color Cylindrical-coordinate representation of color #B74EDE: hue angle of 283.75º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B74EDE is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 78 222 -
CMYK 0.18 0.65 0 0.13
HSL 283.75º 0.69% 0.59% -
HSV(B) 283.75º 0.65% 0.87% -
XYZ 35.44 20.79 71.25 -
YUV 125.81 182.29 168.79 -
System Red Green Blue C M Y K H S L
Decimal 183 78 222 0.18 0.65 0 0.13 283.75 0.69 0.59
Hex B7 4E DE 12 41 0 D 11C 45 3B
Octal 267 116 336 22 101 0 15 434 105 73
Binary 10110111 1001110 11011110 10010 1000001 0 1101 100011100 1000101 111011

Color Harmonies of #B74EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74EDE

Black with #B74EDE

Text Example


Text Example

White with #B74EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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