Html Css Color HEX #BE74E9 Medium Orchid

📋 copy color: '#BE74E9'

red 190 ◦ green 116 ◦ blue 233

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

Shades of Medium Orchid #BE74E9

Tints of Medium Orchid #BE74E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 43.23%

R = 35.25%
G = 21.52%
B = 43.23%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BE74E9 (or 0xBE74E9) is known color: Medium Orchid. HEX triplet: BE, 74 and E9. RGB value is (190,116,233). Sum of RGB (Red+Green+Blue) = 190+116+233=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 116 (45.70% from 255 or 21.52% from 539); Blue value is 233 (91.41% from 255 or 43.23% from 539); Max value from RGB is 233 - color contains mainly: blue. Hex color #BE74E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE74E9 is #418B16. Grayscale: #979797. Windows color (decimal): -4295447 or 15299774. OLE color: 15299774.

HSL color Cylindrical-coordinate representation of color #BE74E9: hue angle of 277.95º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE74E9 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 116 233 -
CMYK 0.18 0.50 0 0.09
HSL 277.95º 0.73% 0.68% -
HSV(B) 277.95º 0.5% 0.91% -
XYZ 42.19 29.32 80.53 -
YUV 151.46 174.02 155.49 -
System Red Green Blue C M Y K H S L
Decimal 190 116 233 0.18 0.50 0 0.09 277.95 0.73 0.68
Hex BE 74 E9 12 32 0 9 116 49 44
Octal 276 164 351 22 62 0 11 426 111 104
Binary 10111110 1110100 11101001 10010 110010 0 1001 100010110 1001001 1000100

Color Harmonies of #BE74E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE74E9

Black with #BE74E9

Text Example


Text Example

White with #BE74E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE74E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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