Html Css Color HEX #B74EDF Medium Orchid

📋 copy color: '#B74EDF'

red 183 ◦ green 78 ◦ blue 223

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

Shades of Medium Orchid #B74EDF

Tints of Medium Orchid #B74EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.07%

R = 37.81%
G = 16.12%
B = 46.07%

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

#B74EDF (or 0xB74EDF) is known color: Medium Orchid. HEX triplet: B7, 4E and DF. RGB value is (183,78,223). Sum of RGB (Red+Green+Blue) = 183+78+223=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 78 (30.86% from 255 or 16.12% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #B74EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74EDF is #48B120. Grayscale: #7D7D7D. Windows color (decimal): -4763937 or 14634679. OLE color: 14634679.

HSL color Cylindrical-coordinate representation of color #B74EDF: hue angle of 283.45º 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 #B74EDF is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 78 223 -
CMYK 0.18 0.65 0 0.13
HSL 283.45º 0.69% 0.59% -
HSV(B) 283.45º 0.65% 0.87% -
XYZ 35.57 20.84 71.96 -
YUV 125.93 182.79 168.71 -
System Red Green Blue C M Y K H S L
Decimal 183 78 223 0.18 0.65 0 0.13 283.45 0.69 0.59
Hex B7 4E DF 12 41 0 D 11B 45 3B
Octal 267 116 337 22 101 0 15 433 105 73
Binary 10110111 1001110 11011111 10010 1000001 0 1101 100011011 1000101 111011

Color Harmonies of #B74EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74EDF

Black with #B74EDF

Text Example


Text Example

White with #B74EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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