Html Css Color HEX #BE74CF Medium Orchid

📋 copy color: '#BE74CF'

red 190 ◦ green 116 ◦ blue 207

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

Shades of Medium Orchid #BE74CF

Tints of Medium Orchid #BE74CF

RGB

 RED value IS 190 (74.61% from 255) = 37.04%

 GREEN value IS 116 (45.7% from 255) = 22.61%

 BLUE value IS 207 (81.25% from 255) = 40.35%

R = 37.04%
G = 22.61%
B = 40.35%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE74CF (or 0xBE74CF) is known color: Medium Orchid. HEX triplet: BE, 74 and CF. RGB value is (190,116,207). Sum of RGB (Red+Green+Blue) = 190+116+207=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 116 (45.70% from 255 or 22.61% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE74CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE74CF is #418B30. Grayscale: #949494. Windows color (decimal): -4295473 or 13595838. OLE color: 13595838.

HSL color Cylindrical-coordinate representation of color #BE74CF: hue angle of 288.79º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE74CF is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 116 207 -
CMYK 0.08 0.44 0 0.19
HSL 288.79º 0.49% 0.63% -
HSV(B) 288.79º 0.44% 0.81% -
XYZ 38.74 27.94 62.38 -
YUV 148.5 161.02 157.6 -
System Red Green Blue C M Y K H S L
Decimal 190 116 207 0.08 0.44 0 0.19 288.79 0.49 0.63
Hex BE 74 CF 8 2C 0 13 121 31 3F
Octal 276 164 317 10 54 0 23 441 61 77
Binary 10111110 1110100 11001111 1000 101100 0 10011 100100001 110001 111111

Color Harmonies of #BE74CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE74CF

Black with #BE74CF

Text Example


Text Example

White with #BE74CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE74CF; }

 p { color: rgb(190,116,207); }

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

background-color css

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

 a { background-color: rgb(190,116,207); }

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

border-color css

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

 span { border-color: rgb(190,116,207); }

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